Quote:
Originally Posted by RS_Jelle
Include also works if you add ./, I understand your opinion about moving servers etc.
So it would become:
PHP Code:
include_once('./template_cache.php');
|
The product.xml has "include_once" in the two admin_ hooks and just a single "include" in the style_fetch which shouldn't be called twice in any occasion anyway...hmmm...
Quote:
Originally Posted by RS_Jelle
Another small suggestion: add the version check system and an url to the product xml, that's easier to manage the products on your site.
|
Gonna have a look. Maybe.