J3.x talk

Converting A Previous Joomla! Version Template

From Joomla! Documentation

Revision as of 08:46, 18 February 2013 by Betweenbrain (talk | contribs) (Created page with "This can be further simplified to two lines of code: JHtmlBootstrap::loadCss($includeMaincss = true, $this->direction); JHtml::_('bootstrap.framework'); The first line load...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This can be further simplified to two lines of code:

JHtmlBootstrap::loadCss($includeMaincss = true, $this->direction);

JHtml::_('bootstrap.framework');

The first line loads cor CSS whereas the second loads core JavaScript. I'd recommend this route for anyone not using LESS in Joomla 3.