Hi folks, me again. I've searched for this issue and can't find answers.
I want to create a new template.
Found a help document here.
http://www.boonex.com/trac/dolphin/wiki/DolDesign
http://www.jamestadeo.com/dolphin/boonex-dolphin-tutorial-how-set-up-dolphin-template.php
I create a new folder using the uni template files. I give it a new name.
I change the the template name in BxTemplName.php
Ichanged this in BxTemplConfig.php:
$site['images'] = $site['url'] . "templates/newpath/images/";
$site['zodiac'] = $site['images'] . "zodiac/";
$site['icons'] = $site['images'] . "icons/";
$site['css_dir']= "templates/newpath/css/";
Clear caches
The template does not show up in the template list in advanced settings.
Any Ideas are appreciated.