more niceness
This commit is contained in:
parent
7d99ef3e92
commit
e68f929055
@ -181,7 +181,9 @@ class Setup extends SimpleExtension {
|
|||||||
$themes = array();
|
$themes = array();
|
||||||
foreach(glob("themes/*") as $theme_dirname) {
|
foreach(glob("themes/*") as $theme_dirname) {
|
||||||
$name = str_replace("themes/", "", $theme_dirname);
|
$name = str_replace("themes/", "", $theme_dirname);
|
||||||
$themes[ucfirst($name)] = $name;
|
$human = str_replace("_", " ", $name);
|
||||||
|
$human = ucwords($human);
|
||||||
|
$themes[$human] = $name;
|
||||||
}
|
}
|
||||||
|
|
||||||
$full = "http://" . $_SERVER["SERVER_NAME"] . $_SERVER["PHP_SELF"];
|
$full = "http://" . $_SERVER["SERVER_NAME"] . $_SERVER["PHP_SELF"];
|
||||||
|
@ -210,7 +210,6 @@ UL {
|
|||||||
.thumb {
|
.thumb {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: center;
|
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user