View Full Version : Help with the header image (total newbie)
Need to know why I get the following messege at the top of the page"; defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?> I'm trying to make my first template and tried to change the ms_teamwork image to one of my own. I used the html editor and changed the index.php permissions to writable.
Thanks
pflegeonline
15.05.2004, 16:07
Hi deaddog!
You have one Syntax too much in your code ( "; )
"; defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?>
use following code:
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?>
greetz
Stefan
Thanks Stefan. That fixed it. :)
vBulletin® v3.8.0, Copyright ©2000-2013, Jelsoft Enterprises Ltd.