Jump to content

( SOLVED ) Configuration Help Required


Recommended Posts

Hi Friends,

Wish you a Very Happy New Year.

I want to move fotter section links from left to Center of page. So can anyone tell me how to do it? Please find image for your referance and check highlighted part which I want to move to center of page.

Thanks
Vilas

36121_QHDi9SO3NPV9L4QGUotx_t

Link to comment
Share on other sites

Maybe it is not the best way to do that, but you can implement add making changes to /themes/yourtheme/footer.tpl file.


Adding this before {$HOOK_FOOTER}

           <table width="100%"><tr><td align="center">




Adding this after {l s='All Rights Reserved'}

           </td></tr></table>





Finally, it will become like this

           <table width="100%"><tr><td align="center">
           {$HOOK_FOOTER}
           <p>{l s='Copyright'} © {$smarty.now|date_format:"%Y"} {$shop_name|escape:'htmlall':'UTF-8'}. {l s='All Rights Reserved'}.</p>
           </td></tr></table>

Link to comment
Share on other sites

Hi

Thanks for kind support. But my footer file contains below text



{if !$content_only}


<!-- Right -->


{$HOOK_RIGHT_COLUMN}



<!-- Footer -->
{$HOOK_FOOTER}


{/if}
</body>
</html>




So can you help me what text where I have to enter to make selection to center of page

Regards
Vilas
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...