📄 module.php
字号:
<?php
if (!defined('AT_INCLUDE_PATH')) { exit; }
if (!isset($this) || (isset($this) && (strtolower(get_class($this)) != 'module'))) { exit(__FILE__ . ' is not a Module'); }
$this->_pages['users/profile_picture.php']['title_var'] = 'picture';
$this->_pages['users/profile_picture.php']['parent'] = 'users/profile.php';
$this->_pages['users/profile.php']['children'] = array('users/profile_picture.php');
if (admin_authenticate(AT_ADMIN_PRIV_USERS, TRUE)) {
$this->_pages['admin/profile_picture.php']['title_var'] = 'picture';
$this->_pages['admin/profile_picture.php']['parent'] = 'admin/users.php';
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -