Jump to content

no visits registred !


hugosnel

Recommended Posts

yes it is

I am using alysum theme

with this in the footer.tpl

<div id="footer" class="clearfix{if ($theme_settings.show_map_bottom == 1)} topmap{/if}">
            <div class="footer-top">
                {hook h="footer_top"}                
            </div>
            {if isset($theme_settings) && ($theme_settings.footer == 1)}
            <div class="page_width">
                {$HOOK_FOOTER}
                <div class="clearfix"></div>
            </div>
            {/if}
            {if isset($theme_settings) && $theme_settings.footer_bottom == 1}
            <div class="footer_bottom">
                <div class="footer_bottom-top-border">                            
                    <div class="page_width">
                        <div class="footer_text dib">{$theme_settings.footer_text}</div><div class="footer_bottom_hook dib">{hook h='footer_bottom'}</div>
                    </div>
                </div>    
            </div>  

Edited by hugosnel (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...