Jump to content

Problem with my footer [SOLVED]


Recommended Posts

Are you talking about "Listamo se na..." position? You added it in a wrong place. Edit footer.tpl like this:

<div id="footer" class="grid_9 alpha omega clearfix">
	{$HOOK_FOOTER}
	{if $PS_ALLOW_MOBILE_DEVICE}
		<p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p>
	{/if}
        ->Add your code here<-
</div>
Edited by Sharak (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...