Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15337 | Rev 16822 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15337 Rev 15350
Línea 35... Línea 35...
35
<!DOCTYPE html>
35
<!DOCTYPE html>
36
<html lang="es">
36
<html lang="es">
37
	<head>
37
	<head>
38
		<?php 
38
		<?php 
39
        echo $this->headTitle();
39
        echo $this->headTitle();
-
 
40
        ?>
-
 
41
        <link rel="icon" href="<?php echo $this->networkFavicoHelper(); ?>">
-
 
42
        <?php
40
        echo $this->headMeta()->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
43
        echo $this->headMeta()->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
41
            ->appendHttpEquiv('expires','0')
44
            ->appendHttpEquiv('expires','0')
42
        	->appendHttpEquiv('expires','Tue, 01 Jan 1980 1:00:00 GMT')
45
        	->appendHttpEquiv('expires','Tue, 01 Jan 1980 1:00:00 GMT')
43
        	->appendHttpEquiv('pragma', 'no-cache')
46
        	->appendHttpEquiv('pragma', 'no-cache')
44
        	->appendHttpEquiv('Cache-Control', 'no-store')
47
        	->appendHttpEquiv('Cache-Control', 'no-store')