line no 39:
$site['images'] = $site['url'] . "templates/tmpl_sample/images/";
line no 40:
$site['zodiac'] = "templates/tmpl_sample/images/zodiac/";
line no 41:
$site['icons'] = $site['url'] see more . "templates/tmpl_sample/images/icons/";
line no 42:
$site['css_dir'] = "templates/tmpl_sample/css/";
just follow the below steps,
Copy the template folder into the /template folder of your root folder.
Modify the following files inside the template that you have pasted,
1) BxTemplConfig.php
\tmpl_sample\scripts\ BxTemplConfig.php
Change the following lines.
line no 39:
$site['images'] = $site['url'] . "templates/tmpl_sample/images/";
line no 40:
$site['zodiac'] = "templates/tmpl_sample/images/zodiac/";
line no 41:
$site['icons'] = $site['url'] see more