⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 module.php

📁 是一个教学内容管理系统
💻 PHP
字号:
<?php
if (!defined('AT_INCLUDE_PATH')) { exit; }
if (!isset($this) || (isset($this) && (strtolower(get_class($this)) != 'module'))) { exit(__FILE__ . ' is not a Module'); }

define('AT_PRIV_STYLES', $this->getPrivilege());

$this->_pages['tools/modules.php']['title_var'] = 'student_tools';
$this->_pages['tools/modules.php']['parent']    = 'tools/index.php';
$this->_pages['tools/modules.php']['children']  = array('tools/side_menu.php');
$this->_pages['tools/modules.php']['guide']     = 'instructor/?p=student_tools.php';

	$this->_pages['tools/side_menu.php']['title_var'] = 'side_menu';
	$this->_pages['tools/side_menu.php']['parent']    = 'tools/modules.php';
	$this->_pages['tools/side_menu.php']['guide']     = 'instructor/?p=side_menu.php';

?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -