SOLVED: Need help with php inclusion using hesk code
Posted: Sat Feb 19, 2011 2:50 am
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Can you help me with some little thing?
I want to include something like
But instead of blue I need it to be
Where
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Can you help me with some little thing?
I want to include something like
Code: Select all
include("style/blue/template/index.php"); ?>
Code: Select all
include("style/'.$hesk_settings['hesk_style'].'/template/index.php"); ?>
Code: Select all
'.$hesk_settings['hesk_style'].'