Jump to content

How to remove "All rights reserved" from login page


Recommended Posts

Hi Julia, go to admin/themes/default/template/controller/login and open content.tpl... you can find it in the end of the code.

 

Regards

Thank You Statictic Really Awesome Help Love You Guys.

 

Dear i want one more help in back panel footer text i want to add my website name and link there please help?

fl0x.jpg

Link to comment
Share on other sites

open this file:

ADMIN_DIR/themes/default/footer.tpl

 

you've got there:

<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 block with contents that you want to change :)

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