Proyectos de Subversion Moodle

Rev

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

Rev 1341 Rev 1343
Línea 2... Línea 2...
2
 
2
 
Línea 3... Línea 3...
3
// Every file should have GPL and copyright in the header - we skip it in tutorials but you should not skip it for real.
3
// Every file should have GPL and copyright in the header - we skip it in tutorials but you should not skip it for real.
4
 
4
 
-
 
5
// This line protects the file from being accessed by a URL directly.                                                               
Línea 5... Línea 6...
5
// This line protects the file from being accessed by a URL directly.                                                               
6
defined('MOODLE_INTERNAL') || die();
6
defined('MOODLE_INTERNAL') || die();
7
require_once($CFG->dirroot . '/theme/universe/lib.php');
7
 
8