commit 617b1625dd8b49667aaa649a7b96a71344737d08 parent d4d6c0fc1c3b7541fb2d52bff3aaeab1bf47c6dc Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 1 Apr 2015 18:32:48 +0200 start upgrade of theme chooser Diffstat:
| M | themes/jumbotron/index.php | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -316,6 +316,10 @@ if ($root_3[1] == 'core') { <!-- Example row of columns --> <div class="row"> <?php + $dirs = scandir($root . "/themes"); + $ausnahmen["1"] = ".htaccess"; + $dirs = array_diff($dirs, $ausnahmen); + var_dump($dirs); echo ' <div class="col-md-4"> <h2>'.$name_themes.'</h2>