Fernando Posted August 19, 2012 Report Share Posted August 19, 2012 Hello friends, I need your help, I am doing a new cover for my website homepage in the top of the site does not appear. Now, the other pages appear normally the top, does anyone have any idea? Home Page with error http://desmond.image...jpg&res=landing On other pages the top appears http://desmond.image...jpg&res=landing Quote Link to comment Share on other sites More sharing options...
BaRBeR Posted August 19, 2012 Report Share Posted August 19, 2012 post the code from the top of your home plz Quote Link to comment Share on other sites More sharing options...
Fernando Posted August 19, 2012 Author Report Share Posted August 19, 2012 <?php/** * * STOP!!!!!!!! * * Are you editing the crystal skin directly? * DON'T * * Copy and rename the crystal folder. Otherwise it'll get * overwritten in an update. * * Also, READ THE DOCS * * http://www.phpvms.net/docs/skinning * */ ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR...l1-strict.dtd"> <html xmlns="http://www.w3.org/19...9/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><?php echo $page_title; ?></title> Quote Link to comment Share on other sites More sharing options...
Fernando Posted August 19, 2012 Author Report Share Posted August 19, 2012 Resolved, missing only the code. ?php/* This is required, so phpVMS can output the necessary libraries it needs */ echo $page_htmlhead; ?> </head> <body> <?php /* This should be the first thing you place after a <body> tag This is also required by phpVMS */ echo $page_htmlreq; ?> <div id="outer_wrapper"> <div id="wrapper"> <!--header --> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.