|
From: Chad <ch...@ch...> - 2002-10-29 08:06:48
|
So I've been trying to get a block to work on php-nuke. This requires
having a small script outside of phpicalendar. Ive found that calling
the parser outside requires me to define a new BASE and comment out the
BASE in the parser.
Should we....
if (!isset(BASE) {
define...
}
Ideas? Calling the parser anywhere would be cool, and it should work
internally without modification too.
-C
|