[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 /* 3 + ----------------------------------------------------------------------------+ 4 | e107 website system 5 | 6 | ©Steve Dunstan 2001-2002 7 | http://e107.org 8 | jalist@e107.org 9 | 10 | Released under the terms and conditions of the 11 | GNU General Public License (http://gnu.org). 12 | 13 +----------------------------------------------------------------------------+ 14 */ 15 16 if (!defined('e107_INIT')) { exit; } 17 18 $NEWSCOLUMNS = 2; 19 20 $NEWSCLAYOUT = " 21 <table style='width: 100%;'> 22 <tr> 23 <td style='width: 48%; vertical-align: top;'>{ITEMS1}</td> 24 <td style='width: 4%;'></td> 25 <td style='width: 48%; vertical-align: top;'>{ITEMS2}</td> 26 </tr> 27 </table> 28 "; 29 30 31 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |