Quote:
Originally Posted by Jhonnyf
for Example, open calendar.php and you see
PHP Code:
define('THIS_SCRIPT', 'calendar');
Open showthread.php
PHP Code:
define('THIS_SCRIPT', 'showthread');
Open Group.php
PHP Code:
define('THIS_SCRIPT', 'group');
That is a Identificator to know with php archive you are load
|
Ok so for example for an internal section this won't work. So if I create news section the Tab won't be highlighted. Is this corrrect?