| Author |
Message |
Anonymous
|
Posted: 16 Jul 2005 15:18:38
Is there a way to modify a (or the) template to make it look more like the site that it is displayed on? the colors used, the bg, the title/header of the page.
|
kwdesigner Member
|
Posted: 16 Jul 2005 22:08:41
Edit the style.css file which is in the templates folder.
You can change the colors and fonts as well as the width of different elements.
|
skalinks Admin
|
Posted: 17 Jul 2005 22:24:19
You should modify all templates in SkaLinks!
In first, as kwdesigner said, there is a
style.css file, where you can configure styles for pages.
In second: SkaLinks uses Smarty - Engine for templates display ( read http://smarty.php.net for more info ) , and you should modify all templates files in templates folder. If you want to see what template uses function module ( for example: index.php ), just open this php file and file the string display( 'index' ); for example; the name of argument is the name of template file ( index.tpl ).
Thank you for using our product!
|
|