8 lines
161 B
PHP
8 lines
161 B
PHP
<?php
|
|
defined('IN_TS') or die('Access Denied.');
|
|
function highlight(){
|
|
include template('highlight','highlight');
|
|
|
|
}
|
|
|
|
addAction('group_topic_top','highlight'); |