jdleung
06-13-2006, 05:17 PM
I have 2 addons. One for image_template.html, another for browse_template.html. They both have a same function inside. this causes the archive
page goes to blank. And when I delete the function in the addon for browse_template.html, it goes well and even can use the function of the addon for image_template.html.
the function turns global?
Does it mean PP reads all the addon first no matter which page you're bruwsing and even no addon tag in it?
Will this slow down the speed?
refer to some other addons, I insert the following before the first addon's codes
1. if ($_GET['x']=='' ) { ...... }
can anyone give a clear answer on this?
Thanks.
page goes to blank. And when I delete the function in the addon for browse_template.html, it goes well and even can use the function of the addon for image_template.html.
the function turns global?
Does it mean PP reads all the addon first no matter which page you're bruwsing and even no addon tag in it?
Will this slow down the speed?
refer to some other addons, I insert the following before the first addon's codes
1. if ($_GET['x']=='' ) { ...... }
can anyone give a clear answer on this?
Thanks.