root/ip/trunk/templates/default/layout/2_column_r.tpl
First commit with UTF-8 modifications, almost all files have been edited so we need to hardly debug the whole package to make sure all is working as expected. Some features still need to be converted and completed. Also some bugs have been fixed from previous version and some things improved. This version is still highly unstable.
<!-- IF not S_ACP_CMS -->
<!-- INCLUDE overall_header.tpl -->
<!-- ENDIF -->
<!-- BEGIN nav_blocks_row -->{nav_blocks_row.CMS_BLOCK}<!-- END nav_blocks_row -->
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td style="vertical-align: top;">
<!-- BEGIN center_blocks_row -->{center_blocks_row.CMS_BLOCK}<!-- END center_blocks_row -->
<!-- BEGIN xsnews_blocks_row -->{xsnews_blocks_row.OUTPUT}<!-- END xsnews_blocks_row -->
<!-- BEGIN centerbottom_blocks_row -->{centerbottom_blocks_row.CMS_BLOCK}<!-- END centerbottom_blocks_row -->
</td>
<td width="180" style="padding-left: 7px; vertical-align: top;"><!-- BEGIN right_blocks_row -->{right_blocks_row.CMS_BLOCK}<!-- END right_blocks_row --></td>
</tr>
</table>
<!-- IF not S_ACP_CMS -->
<!-- INCLUDE overall_footer.tpl -->
<!-- ENDIF --> |