Bonez Posted March 20, 2009 Share Posted March 20, 2009 I hope that someone can help me with this- I've been pulling my hair out for two days! I have installed STS 4.5.8 successfully and followed the installation instructions for Dynamenu v1_11. I have added the code as described, and added <?php include(DIR_WS_BOXES . 'dm_categories.php'); ?> into index.php.html, so it looks like this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html $htmlparams> <head> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <?php include(DIR_WS_BOXES . 'dm_categories.php'); ?> etc etc </body> </html> However, when viewing in the browser, the page stops rendering at the point where <?php include(DIR_WS_BOXES . 'dm_categories.php'); ?> is. Looking at the code in "View Source" in the web browser, it only shows: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html $htmlparams> <head> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <tr><td> Any help gratefully received. 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.