[Alba-desarrollo] SVN Alba r4461 - prosistem/alba/trunk/alba/apps/principal/templates

commits en pressenter.com.ar commits en pressenter.com.ar
Lun Mar 12 20:42:15 CET 2007


Author: hsanchez
Date: 2007-03-12 16:42:15 -0300 (Mon, 12 Mar 2007)
New Revision: 4461

Modified:
   prosistem/alba/trunk/alba/apps/principal/templates/layout.php
Log:
El negro cabeza hardcodeo su path

Modified: prosistem/alba/trunk/alba/apps/principal/templates/layout.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/templates/layout.php	2007-03-12 19:34:52 UTC (rev 4460)
+++ prosistem/alba/trunk/alba/apps/principal/templates/layout.php	2007-03-12 19:42:15 UTC (rev 4461)
@@ -49,7 +49,7 @@
     </style>
 
     <?php if($vista == "imprimir") :?>
-        <link rel="stylesheet" type="text/css" href="/~josx/alba/css/impresion.css" />
+        <link rel="stylesheet" type="text/css" href="<?php echo sfContext::getInstance()->getRequest()->getRelativeUrlRoot()?>/css/impresion.css" />
     <? endif;?>
     <?php if (!$sf_user->isAuthenticated()):?>
         <link rel="stylesheet" type="text/css" href="<?php echo sfContext::getInstance()->getRequest()->getRelativeUrlRoot()?>/css/login.css">




Más información sobre la lista de distribución Alba-desarrollo