mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-14 10:22:06 +02:00
Update theme.blade.php
This commit is contained in:
parent
a57af3df96
commit
889fa3bb07
@ -28,7 +28,7 @@
|
|||||||
$themeName = substr($matches[0][0],12);
|
$themeName = substr($matches[0][0],12);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if($page->theme != $entry){echo '<option value="'; print_r($entry); echo '">'; echo $themeName; echo '</option>'; }}}} ?>
|
if($page->theme != $entry and isset($themeName)){echo '<option value="'; print_r($entry); echo '">'; echo $themeName; echo '</option>'; }}}} ?>
|
||||||
<?php
|
<?php
|
||||||
if($page->theme != "default" and $page->theme != ""){
|
if($page->theme != "default" and $page->theme != ""){
|
||||||
if(file_exists(base_path('themes') . '/' . $page->theme . '/readme.md')){
|
if(file_exists(base_path('themes') . '/' . $page->theme . '/readme.md')){
|
||||||
@ -200,6 +200,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$themeVe = NULL;
|
$themeVe = NULL;
|
||||||
|
if(!isset($verNr)){$verNr = "error";};
|
||||||
|
|
||||||
if ($entry != "." && $entry != "..") {
|
if ($entry != "." && $entry != "..") {
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user