THT Community

Full Version: [Easy Mod] Don't show legacy styles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
THT Comes with a few styles, listed below:

/bluevision/ - BlueVision v1.0, Developed by Jimmie Lin
/default/ - THT Default Theme v2.0, Developed by Jimmie Lin and Jonny Hux
/thtlegacy/ - THT Legacy Theme v1.0, Developed by Jonny Hux

The ones that you are probably going to use is the default one and the bluevision one. The legacy theme was the old version of the THT Default theme, which was deprecated 22/november/2008. If you want to hide the legacy one from the list but you don't want to remove it (because probably you want it, who knows) you can do this modification.

File Edits:
/admin/pages/settings.php

/admin/pages/settings.php
Find: (Line 78)
PHP Code:
if($file != "." && $file != ".." && $file != "icons") { # Check aren't these names 
Replace with:
PHP Code:
if($file != "." && $file != ".." && $file != "icons" && $file != "thtlegacy") { # Check aren't these names 
Save, Upload, you're done Smile