Jump to content

$page_content Question


sasvirtual

Recommended Posts

Hey guys!

Here is my issue...

<html>
<head>
<title><?php echo $page_title ?></title>
<?php echo $page_htmlhead; ?>
</head>
<body style="font-family: candara">
<?php $page_htmlreq; ?>
<div id="container">
<div id="content">
	<?php Template::Show('news_newsitem.tpl'); ?>
	<?php Template::Show('core_navigation.tpl'); ?>
</div>
</div>
</body>
</html>

This works on the home page but when I click on "Pilot Center" I get the same thing and the only difference is the link shows for index.php/profile

<html>
<head>
<title><?php echo $page_title ?></title>
<?php echo $page_htmlhead; ?>
</head>
<body style="font-family: candara">
<?php $page_htmlreq; ?>
<div id="container">
<div id="content">
	<?php echo $page_content ?>
	<?php Template::Show('core_navigation.tpl'); ?>
</div>
</div>
</body>
</html>

This works like phpVMS but I need a way to put the "Recent Reports" etc on a side bar, not directly under the news!

Any help would be great!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...