I was adding a "customized" ad banner hack. It works with phpinclude, I think I'll live even though it seems a little weird why sometimes it just won't work in global.php
I also have a question (sorry for going off topic) XD
when I added
PHP Code:
if(isset($section)) {
** code in here
}
into phpinclude
it doesn't work even though
PHP Code:
$section = $branch[section];
is clearly stated in the file. I've also included global.php into the file
Oo; I don't get what's wrong