I use a modified version of KennonSoft's GUI (much like the default PiaF) on "another distrib", but I'm having some difficulty using on PiaF...
When I use...
<? include("$DOCUMENT_ROOT/theme/modern/head.php"); ?>
...nothing is included.
When I use...
<? include("theme/modern/head.php"); ?>
...it *is* included, but nothing happens when you go to "index.php?admin=true"
What's strange is my includes using $DOCUMENT_ROOT *DO* work just fine on all the modifications to all other directories (ARI, FOP, etc.)... only the root directory seems affected.
Is there something in PiaF/PHP/Apache that could be stopping this?
When I use...
<? include("$DOCUMENT_ROOT/theme/modern/head.php"); ?>
...nothing is included.
When I use...
<? include("theme/modern/head.php"); ?>
...it *is* included, but nothing happens when you go to "index.php?admin=true"
What's strange is my includes using $DOCUMENT_ROOT *DO* work just fine on all the modifications to all other directories (ARI, FOP, etc.)... only the root directory seems affected.
Is there something in PiaF/PHP/Apache that could be stopping this?