From: José M. M. <ri...@us...> - 2004-08-19 17:35:15
|
Update of /cvsroot/openbash-org/openbash-org/pages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17670/pages Modified Files: general.php Log Message: Partida por la mitad la página principal Index: general.php =================================================================== RCS file: /cvsroot/openbash-org/openbash-org/pages/general.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** general.php 9 Aug 2004 18:05:02 -0000 1.4 --- general.php 19 Aug 2004 17:35:06 -0000 1.5 *************** *** 1,5 **** <?php /* vim: set sts=2 ts=8 sw=2 noexpandtab: */ ?> ! <h1><?php echo $index['title'];?></h1> ! <p> ! <?php echo $index['welcome_message'];?> ! </p> --- 1,15 ---- <?php /* vim: set sts=2 ts=8 sw=2 noexpandtab: */ ?> ! <div class="general"> ! <h1><?php echo $index['title'];?></h1> ! <div class="general_left"> ! <p> ! <?php echo $index['welcome_message'];?> ! </p> ! </div> ! <div class="general_right"> ! <p> ! Aquí van las noticias, ye qué pasa. ! </p> ! </div> ! <br style="clear: both" /> ! </div> |