Files
thinksaas_lmve/plugins/home/hottopic/about.php
T
2023-06-22 13:33:25 +08:00

14 lines
398 B
PHP

<?php
defined('IN_TS') or die('Access Denied.');
//首页热门话题列表
return array(
'hook'=>'home_index_right', //钩子
'name' => '首页热门话题',
'version' => '1.0',
'desc' => '首页热门话题',
'url' => 'http://www.thinksaas.cn',
'email' => 'thinksaas@qq.com',
'author' => '邱君',
'author_url' => 'http://www.thinksaas.cn',
'isedit' => '0',
);