J3.x talk

Converting A Previous Joomla! Version Template

From Joomla! Documentation

Revision as of 16:05, 25 April 2013 by Tom Hutchison (talk | contribs) (Hutchy68 moved page Talk:Converting a template for Joomla 3 to J3.1 talk:Converting A Previous Joomla! Version Template without leaving a redirect: no redirect, making the article title generic)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.