Home arrow Hacks arrow How to reuse Joomla 1.0 Templates
joomla_commpow_sm.png JoomlaTips.org is not affiliated with or endorsed by the Joomla! Project or Open Source Matters. The Joomla! logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
 
How to reuse Joomla 1.0 Templates PDF Print E-mail
User Rating: / 0
PoorBest 


Do you have a huge collection of nice Jomla 1.0 templates, and dunno what to do with them? Let's go green and reuse themWink Most of templates are easy to adapt. If you don't want to add there new trickery, just want to made them usable in the new environment, jou can do it in a fast and easy way. You need to change only few lines of code in your favourite Joomla 1.0.x templates to make it compatible with Joomla 1.5.*:
  • <?php mosShowHead(); ?> changed to <jdoc:include type="head" />
  • <?php echo $mosConfig_live_site;?> changed to $this->template
  • <?php mosLoadModules ( 'user3', -1); ?> changed to <jdoc:include type="modules" name="user3" style="raw" />
  • <?php mosMainBody(); ?> changed to <jdoc:include type="component" />
Thanks to the guys at JoomlaPeople.com for sharing this tip!


Add this page to your favorite Social Bookmarking websites
Reddit! Del.icio.us! Mixx! Free and Open Source Software News Google! Live! Facebook! StumbleUpon! Yahoo! Joomla Free PHP
plugin by VivoCiti.com
 
< Prev
Quantcast