Quote:
Originally Posted by Sherif
I told you to use
Parse template hook for this code
PHP Code:
ob_start(); require_once('test.php'); $php_include .= ob_get_contents(); ob_end_clean();
the hook for other code is which u were using earlier.
|
Sorry about that. Tried that as well but still no luck I'm afraid. The sidemenu shows perfectly but just not that variables output. Would you think it may have to do with the execution order ? Maybe the template is being rendered before the variable is included in the template? I'm so frustrated right now.

In any case thanks for your help guys, I really appreciate it. If anyone has any more ideas or anything info at ALL please let me know. Thanks.
P.S.: If anyone is willing to help further I would gladly provide log in to my test site if anyone is up for it. To be honest I have reached my skill level on this one.