admin design update
This commit is contained in:
@@ -68,12 +68,7 @@ echo "
|
||||
// Höhere Verzeichnisse nicht anzeigen!
|
||||
if ($file != "." && $file != "..")
|
||||
{
|
||||
$filecut = strpos($file, ".");
|
||||
if($filecut > 0)
|
||||
{
|
||||
$file = substr($file,0,$filecut);
|
||||
echo "<option "; if(db_getconfval("sitetheme")==$file) echo "selected "; echo "value=\"".$file."\">".$file."</option>";
|
||||
}
|
||||
echo "<option "; if(db_getconfval("sitetheme")==$file) echo "selected "; echo "value=\"".$file."\">".$file."</option>";
|
||||
}
|
||||
}
|
||||
// Verzeichnis schließen
|
||||
|
Reference in New Issue
Block a user