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?