Update of /cvsroot/openbash-org/openbash-org/pages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14889/pages
Modified Files:
header.php
Log Message:
- Añadida configuración para seleccionar uno de varios estilos posibles.
- A ver si le damos el último empujón ya.
Index: header.php
===================================================================
RCS file: /cvsroot/openbash-org/openbash-org/pages/header.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** header.php 18 Nov 2004 12:27:10 -0000 1.14
--- header.php 3 Mar 2005 21:06:54 -0000 1.15
***************
*** 8,12 ****
<title><?php echo $title;?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
! <link rel="stylesheet" href="css/styles.css" type="text/css" />
</head>
<body>
--- 8,12 ----
<title><?php echo $title;?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
! <link rel="stylesheet" href="css/<?=$style?>" type="text/css" />
</head>
<body>
|