Joomla! 1.5 Basic Template Cheatsheet

„http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd“>. // HTML declaration.
244KB Größe 1 Downloads 326 Ansichten
Joomla! 1.5 Basic Template Cheatsheet by younic.de Current Webdirectory Sitename Title Description Current Template Get request parameters Get template param Mootools integrieren JText

$this->baseurl $mainframe->getCfg('sitename'); $this->title $this->description $this->template JRequest::getCmd('param') for example JRequest::getCmd('layout') $this->params->get('myTemplateParam'); JHTML::_('behavior.mootools'); JText::_("This is my text");

Head // No direct access! // DTD declaration // HTML declaration “ lang=““ dir=““ > // Head include // CSS template file