Where is <%$tpl_base%> defined? I made a mistake on the install and the path to the css files are wrong. I need to edit that tpl_base but I can't find it.
Where is <%$tpl_base%> defined? I made a mistake on the install and the path to the css files are wrong. I need to edit that tpl_base but I can't find it.
It is stored in database, idx_setting table. You need to run the following sql query in phpmyadmin or indexu query box in admin panel.
Code:UPDATE `idx_setting` SET `setting_value` = 'http://www.findhunting.com/directory' WHERE `setting_id` = 5;
got it - thanks