I am using a variable which is 'file content' in the <div class="social-badges"> of the Smart header area.
If I use the variable pulling the file content nothing displays, yet the file is visible on the server and can be viewed in a browser.
If I use:
the content of the file is visible.
File include variables are working correctly in the content area/innerlayout, it is just seems to be the header where the variable does not work.
Has anyone any ideas?
Thanks
Jonathan
If I use the variable pulling the file content nothing displays, yet the file is visible on the server and can be viewed in a browser.
If I use:
Code:
<actinic:block php="true"> if ( file_exists('bragg.txt') ) { echo file_get_contents('bragg.txt'); } </actinic:block>
File include variables are working correctly in the content area/innerlayout, it is just seems to be the header where the variable does not work.
Has anyone any ideas?
Thanks
Jonathan
Comment