- 帖子: 2
- 收到的致谢 0
<font color="#FF0000"><?php echo $mainframe->getCfg('sitename');?></font>
<jdoc:include type="module" name="breadcrumbs" />
<jdoc:include type="modules" name="top" />
<jdoc:include type="modules" name="left" />
<font color="green"><jdoc:include type="component" /></font>
<jdoc:include type="modules" name="right" />
<p>
The name of iths site is <?php echo $mainframe->getCfg('sitename');?>
The administrator email is <?php echo $mainframe->getCfg('mailfrom');?>
This template is in the <?php echo $this->template?> directory
The URL is <?php echo JURI::base();;?>
<?php if (mosCountModules( $position='left' )) { ?><table border="1">
<tr>
<td>
<div id="ja-col1">
<jdoc:exists type="modules" condition="{POSITION}" /> </div>
</td></tr>
</table>
<?php } ?>