We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57af3d commit 889fa3bCopy full SHA for 889fa3b
resources/views/studio/theme.blade.php
@@ -28,7 +28,7 @@
28
$themeName = substr($matches[0][0],12);
29
}
30
31
- 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>'; }}}} ?>
32
<?php
33
if($page->theme != "default" and $page->theme != ""){
34
if(file_exists(base_path('themes') . '/' . $page->theme . '/readme.md')){
@@ -200,6 +200,7 @@
200
201
202
$themeVe = NULL;
203
+ if(!isset($verNr)){$verNr = "error";};
204
205
if ($entry != "." && $entry != "..") {
206
echo '<tr>';
0 commit comments