From: <on...@us...> - 2002-09-21 16:58:21
|
Update of /cvsroot/xoops/xoops-current/html/themes/phpkaox In directory usw-pr-cvs1:/tmp/cvs-serv4615 Modified Files: layout.html Log Message: no message Index: layout.html =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/themes/phpkaox/layout.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** layout.html 21 Sep 2002 07:20:29 -0000 1.3 --- layout.html 21 Sep 2002 16:58:18 -0000 1.4 *************** *** 8,14 **** <title>{$xoops_sitename} - {$xoops_pagetitle}</title> <link href='{$xoops_url}/favicon.ico' rel='SHORTCUT ICON' /> ! <style type='text/css' media='all'> ! {$xoops_css} ! </style> <link rel="stylesheet" href="{$xoops_themecss}" /> <script type='text/javascript'> --- 8,12 ---- <title>{$xoops_sitename} - {$xoops_pagetitle}</title> <link href='{$xoops_url}/favicon.ico' rel='SHORTCUT ICON' /> ! <link rel='stylesheet' type='text/css' media='all' href='{$xoops_url}/xoops.css' /> <link rel="stylesheet" href="{$xoops_themecss}" /> <script type='text/javascript'> *************** *** 34,38 **** <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr> ! <td width="20%" id="xoopsLBlock" bgcolor="#EFEFEF" valign="top"> <!-- Start left blocks loop --> {foreach item=block from=$xoops_lblocks} --- 32,36 ---- <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr> ! <td width="20%" bgcolor="#EFEFEF" valign="top"> <!-- Start left blocks loop --> {foreach item=block from=$xoops_lblocks} *************** *** 45,48 **** --- 43,47 ---- <!-- Display center blocks if any --> + {if $xoops_showcblock == 1} <table width="100%" id="xoopsCBlock"> *************** *** 81,84 **** --- 80,84 ---- </table> + {/if} <!-- End display center blocks --> *************** *** 86,90 **** </td> ! <td id="xoopsRBlock" width="20%" bgcolor="#efefef" valign="top"> <!-- Start right blocks loop --> {foreach item=block from=$xoops_rblocks} --- 86,92 ---- </td> ! {if $xoops_showrblock == 1} ! ! <td width="20%" bgcolor="#efefef" valign="top"> <!-- Start right blocks loop --> {foreach item=block from=$xoops_rblocks} *************** *** 94,97 **** --- 96,101 ---- <!-- End right blocks loop --> </td> + + {/if} </tr> |