View Single Post
  #5 (permalink)  
Old 03-17-2008, 04:53 AM
Latina.ecu's Avatar   
Latina.ecu Latina.ecu is offline
Newbie
 
Join Date: Mar 2008
Location: The Netherlands
Posts: 17
Rep Power: 2
Latina.ecu is on a distinguished road
Send a message via MSN to Latina.ecu
Default Re: Joomla template design (newbie)

Hi, i have downloaded the joomla 1.5 template toolbar and it seems to work great for a newbie like me.
Toolbar
this is the code (generate for "right" and "right simple" position)
Code:
<?php if($this->countModules('right')) : ?>
	<jdoc:include type="modules" name="right" style="" />
<?php endif; ?>
Code:
<jdoc:include type="modules" name="right" style="" />
what are the differences between the "right" and "right simple" ?

would be this code correct to create a right or left module position?
Code:
<body>
<div
<?php if($this->countModules('right')) : ?>
	<jdoc:include type="modules" name="right" style="" />
<?php endif; ?>

<jdoc:include type="modules" name="left" style="" />
</div>
</body>

Last edited by Latina.ecu; 03-17-2008 at 05:28 AM.
Reply With Quote

Sponsored Links