open templates/tmpl_xxx/scriptsBxTemplName.php
make sure its not $sTemplName = 'UNI';
but its 3 letters of the folder name $sTemplName = 'xxx';
some make it cool like dreamline but makes it very difficult later.trust me keep it xxx if you folder is tmpl_xxx
open /templates/tmpl_xxx/scriptsBxTemplConfig.php
find:
$site['images'] = $site['url'] . "templates/tmpl_uni/images/";
$site['zodiac'] = "templates/tmpl_uni/images/zodiac/";
$site['icons'] = $site['url'] . "templates/tmpl_uni/images/icons/";
$site['css_dir'] = "templates/tmpl_uni/css/";
replace all tmpl_uni with tmpl_xxx
save n see..you will be good to go