The Joomla! Forum ™






Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Thu May 05, 2011 2:35 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Mar 16, 2011 9:14 pm
Posts: 39
html/section/blog_item.php (as well as category/blog_item.php):
Code:
<?php echo JFilterOutput::ampReplace($this->item->text); ?>


This code will make a #footer div in the index.php be included into #wrapper although in the index.php the #wrapper is closed before #footer starts:
index.php
Code:
<div id="wrapper">
</div>
<div id="footer">
</div>

when i use a category or section blog, the footer will be INSIDE the wrapper...
Can anybody help me?

_________________
Castor


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 



Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group