Proyectos de Subversion Moodle

Rev

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

Rev 207 Rev 224
Línea 87... Línea 87...
87
    {
87
    {
88
        if (!$this->blockExists) {
88
        if (!$this->blockExists) {
89
            foreach ($this->blockNames as $blockName) {
89
            foreach ($this->blockNames as $blockName) {
90
                $this->blockManager->add_block($blockName, $this->regionName, 1, true);
90
                $this->blockManager->add_block($blockName, $this->regionName, 1, true);
91
            }
91
            }
92
            header('Location: ' . $CFG->wwwroot . '/cesa/' . $page . '.php');
-
 
93
            exit;
-
 
94
        }
92
        }
95
    }
93
    }
96
}
94
}