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

14 lines
385 B
PHP

<?php
defined('IN_TS') or die('Access Denied.');
//插件信息
return array(
'hook'=>'home_index_left', //钩子
'name' => '推荐话题列表',
'version' => '1.0',
'desc' => '推荐话题列表',
'url' => 'http://www.thinksaas.cn',
'email' => 'thinksaas@qq.com',
'author' => '邱君',
'author_url' => 'http://www.thinksaas.cn',
'isedit' => '1',
);