]> Joshua Wise's Git repositories - patchfork.git/blobdiff - player/config.php
Make config page refuse to allow you to select the mini theme (it should only be...
[patchfork.git] / player / config.php
index 7146eedceee7621647de3c334ec63a57573a16e7..748156cf8e6166ded6671246fd209e6be22ae08d 100644 (file)
 $themes = get_available_themes();
 $ctheme = get_config("theme", "default");
 foreach($themes as $theme) {
+       if ($theme == "mini")
+               continue;
        echo "\n<option value='$theme' ";
        if($theme==$ctheme)
                echo "selected='selected' ";
This page took 0.021012 seconds and 4 git commands to generate.