mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-03 12:37:39 +01:00
Bugfix
This commit is contained in:
parent
9be3874fbc
commit
a57af3df96
@ -36,7 +36,7 @@
|
|||||||
$pattern = '/Theme Name:.*/';
|
$pattern = '/Theme Name:.*/';
|
||||||
preg_match($pattern, $text, $matches, PREG_OFFSET_CAPTURE);
|
preg_match($pattern, $text, $matches, PREG_OFFSET_CAPTURE);
|
||||||
$themeName = substr($matches[0][0],12);}
|
$themeName = substr($matches[0][0],12);}
|
||||||
echo '<option value="'.$page->theme.'" selected>'.$themeName.'</option>';} ?>
|
if(isset($themeName)){echo '<option value="'.$page->theme.'" selected>'.$themeName.'</option>';}} ?>
|
||||||
<?php echo '<option value="default"'; if($page->theme == "default" or $page->theme == ""){echo 'selected';} echo '>Default</option>'; ?>
|
<?php echo '<option value="default"'; if($page->theme == "default" or $page->theme == ""){echo 'selected';} echo '>Default</option>'; ?>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user