Hi.
How to add a new link to the css?
index.php is very difficult
Robert.
$this->addCSS($this->URLtemplate() . '/css/gk.stuff.css');
$this->addCSS($this->URLtemplate() . '/css/k2.css');
$this->addCSS($this->URLtemplate() . '/css/gk.stuff.css');
$this->addCSS($this->URLtemplate() . '/css/k2.css');
$this->addCSS($this->URLbase() . '/map/map.css');
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
<script type="text/javascript" src="pl-mapa.js"></script>
$this->addCSS('http://www.externaldomain.com/map/map.css');
$this->addJS('http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js');
http://wiki.gavick.com/joomla-templates/templates-for-joomla-1-6/how-to-modify-pages-head-section-2/