module.php
来自「ATutor是一个学习管理系统(LCMS/LMS), 为教师和学生建立一个网络教」· PHP 代码 · 共 11 行
PHP
11 行
<?php
if (!defined('AT_INCLUDE_PATH')) { exit; }
if (!isset($this) || (isset($this) && (strtolower(get_class($this)) != 'module'))) { exit(__FILE__ . ' is not a Module'); }
// if this module is to be made available to students on the Home or Main Navigation
$_student_tool = 'directory.php';
$this->_pages['directory.php']['title_var'] = 'directory';
$this->_pages['directory.php']['img'] = 'images/home-directory.gif';
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?