Jump to content

[SOLVED] how to hidden "prestashop" name on Frontend...


Recommended Posts

and if you want to remove it from back office footer:

 

ADMIN_DIR/themes/default/template/footer.tpl

<div id="footer">
				<div class="footerLeft">
					<a href="http://www.prestashop.com/" target="_blank">PrestaShop™ {$ps_version}</a><br />
					<span>{l s='Load time: '}{number_format(microtime(true) - $timer_start, 3, '.', '')}s</span>
				</div>
				<div class="footerRight">
					{if $iso_is_fr}
						<span>Questions / Renseignements / Formations :</span> <strong>+33 (0)1.40.18.30.04</strong> de 09h à 18h
					{/if}
					| <a href="http://www.prestashop.com/en/contact_us/" target="_blank" class="footer_link">{l s='Contact'}</a>
					| <a href="http://forge.prestashop.com" target="_blank" class="footer_link">{l s='Bug Tracker'}</a>
					| <a href="http://www.prestashop.com/forums/" target="_blank" class="footer_link">{l s='Forum'}</a>
					| <a href="http://addons.prestashop.com/" target="_blank" class="footer_link">{l s='Addons'}</a>
				</div>
			</div>

this is the code for footer, you can modify it as you want

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