Hi, I have a plugin/custom page that shows up in cpanel that is in a sub directory
for example
[...]/x3/my-plugin/index.php
I use this to get the header/footer
<cpanel Branding="include(stdheader.html)">
<?php echo "Hello!"; ?>
<cpanel Branding="include(stdfooter.html)">
All of the links that the header and footer put in are relative to the directory I am in - so none of them work. Shouldnt they all link to the root directory of the theme instead of the current directory?
And how do I fix this - do I need to make my own custom header/footer that correctly references the links?
Footer links
Home
Trademarks
Help
Documentation
Contact
header links
Home
Help
Thanks



LinkBack URL
About LinkBacks
Reply With Quote




