Files
2023-06-22 13:33:25 +08:00

8 lines
161 B
PHP

<?php
defined('IN_TS') or die('Access Denied.');
function highlight(){
include template('highlight','highlight');
}
addAction('group_topic_top','highlight');