View Single Post
  #1  
Old 12-06-2009, 04:43 AM
  pdstudio's Avatar 
pdstudio pdstudio is offline
 

Member
  
Join Date: Dec 2009
Location: Hungary / Sopron
Posts: 28
 

Question Inserting 2 sideboxes = Chaos

I made 2 sideboxes with custom content but when I insert the second box, they slide together, and the footer goes from the bottom, below the sideboxes.
I attached a picture from the problem.

In home.tpl: (before news.tpl)
Quote:
{include file="modules/Idezet_forgato/idezetek.tpl"} #custom sidebox1
{include file="modules/Blog_news/blognews.tpl"} #custom sidebox2

In idezetek.tpl:
Quote:
{capture name=menu}
<div id="guestwrote">
{include_php file='skin1/modules/Idezet_forgato/idezetek.php'}
<div>
{/capture}
{include file="customer/menu_dialog.tpl" title="RСlunk МrtАtok" content=$smarty.capture.menu}

In blognews.tpl:

Quote:
{capture name=menu}
<div id="blognews">
<script src="http://feeds.feedburner.com/VizipipaBlog?format=sigpro" type="text/javascript"></script>
<div>
{/capture}
{include file="customer/menu_dialog.tpl" title="VМzipipa blog" content=$smarty.capture.menu}

I don't can have more than 1 custom sidebox or there is another problem?
Attached Thumbnails
Click image for larger version

Name:	sidebox_problem.jpg
Views:	180
Size:	62.0 KB
ID:	1750  
__________________
X-Cart 4.4.4
http://matricamagnes.hu/
Reply With Quote