Jump to content

How to remove the Admin footer message


Recommended Posts

Hello

 

You can go to:

Your Shop/Your Admin/themes/default/template/footer.tpl

and <!-- Comment Out --> what you do not want to appear

 

{if $display_footer}
<div id="footer" class="bootstrap hide">
<div class="col-sm-2 hidden-xs">
<a href="http://www.prestashop.com/" target="_blank">PrestaShop™ {$ps_version}</a>
-
<span id="footer-load-time"><i class="icon-time" title="{l s='Load time: '}"></i> {number_format(microtime(true) - $timer_start, 3, '.', '')}s</span>
</div>
<div class="col-sm-2 hidden-xs social-networks">
<!--<a class="link-social link-twitter" href="https://twitter.com/PrestaShop" target="_blank" title="Twitter">
<i class="icon-twitter"></i>
</a>
<a class="link-social link-facebook" href="https://www.facebook.com/prestashop" target="_blank" title="Facebook">
<i class="icon-facebook"></i>
</a>
<a class="link-social link-github" href="https://github.com/PrestaShop/PrestaShop/" target="_blank" title="Github">
<i class="icon-github"></i>
</a>
<a class="link-social link-google" href="https://plus.google.com/+prestashop/" target="_blank" title="Google">
<i class="icon-google-plus"></i>
</a>-->
</div>
 
<div class="col-sm-4 footer-contact">
<p>
<a href="http://www.prestashop.com/en/contact_us?utm_source=backoffice_footer" target="_blank" class="footer_link">
<i class="icon-envelope"></i>
{l s='Contact'}
</a>
<a href="http://forge.prestashop.com/?utm_source=backoffice_footer" target="_blank" class="footer_link">
<i class="icon-bug"></i>
{l s='Bug Tracker'}
 
Before
 
After
 
Paul
Link to comment
Share on other sites

×
×
  • Create New...