Jump to content

Trying to figure out what this is {$content}


jesse23

Recommended Posts

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. 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.