Anybody it would be great if you could help me compile a list of variables to help each other out with skinning.
Please just put the variable in bold and a description of it to follow..
$glob[title]
are the variable for the site title
Code:
<title>$glob[title]</title>
example: MySite.com - Page Name
$css_style[css]
are the variable for the css code
Code:
<style type="text/css">
$css_style[css]
</style>
$config[HTTP_SERVER]
are the variable for your Homepage Adress
example:
http://www.domain.com/
$config[COMPANY_NAME]
are the variable for your site name
example: MySite.com
nice.... thats what we are looking for..