Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7338 Rev 7339
Línea 759... Línea 759...
759
    }
759
    }
Línea 760... Línea 760...
760
   
760
   
761
 
761
 
762
    public function authPosDispatch(MvcEvent $event)
762
    public function authPosDispatch(MvcEvent $event)
763
    {
763
    {
764
        if($this->isHtml) {
764
       /// if($this->isHtml) {
765
            if(empty($_SERVER['REDIRECT_URL'])) {
765
            if(empty($_SERVER['REDIRECT_URL'])) {
Línea 766... Línea 766...
766
                if(empty($_SERVER['REQUEST_URI'])) {
766
                if(empty($_SERVER['REQUEST_URI'])) {
Línea 801... Línea 801...
801
            
801
            
802
            if(!in_array($routeName, $exclude)) {
802
            if(!in_array($routeName, $exclude)) {
803
                $event->getViewModel()->setTemplate('layout/layout-spa');
803
                $event->getViewModel()->setTemplate('layout/layout-spa');
Línea 804... Línea 804...
804
            }
804
            }
805
            
805