jesse23 Posted April 3, 2007 Share Posted April 3, 2007 so i am trying to customize a forum much like this one and i am having trouble figuring out where this string is being called from. Ok so in my data base i have this code that is for the body. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Powered By: <conf:application> <conf:version> --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="<lang:text_direction>"> <head> <title><conf:title> - <lang:powered_by> <conf:application> <conf:version></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="generator" content="editplus" /> <meta name="author" content="Campusgoal, [email protected], http://www.campusgoal.com" /> <meta name="keywords" content="<conf:application> <conf:version>" /> <meta name="description" content="" /> <script src="<sys:skinPath>/js/main.js" type="text/javascript"></script> <link href="<sys:skinPath>/styles.css" rel="stylesheet" type="text/css" title="default" /> </head> <body> {$content} </body> </html> Between the body tags it calls for {$content} I have searched through the db and all of the php files and cant seem to figure out what this is. Any ideas would be very appreciated. Link to comment https://forums.phpfreaks.com/topic/45466-trying-to-figure-out-what-this-is-content/ Share on other sites More sharing options...
phoenixx5 Posted April 3, 2007 Share Posted April 3, 2007 {$content} is a global variable designed by the script author to tell the script where to place the content you have designated. The best thing to do is visit the author's website and post the question to them directly or in their forums. Link to comment https://forums.phpfreaks.com/topic/45466-trying-to-figure-out-what-this-is-content/#findComment-220803 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.