Jump to content

Recommended Posts

Hello,

 

I need to edit admin login page for backoffice with 1.6.0.6. I would like to edit the page with changing the prestashop logo and links in the footer of the admin login page. 

 

Can someone please provide instructions where to find the file for editing?

 

I imagine many people would find this post helpful and if its already been posted before, please provide link to the post. 

 

Thank you for your time. 

 

 

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

go to: ADMIN_DIR/themes/default/template/controllers/login/content.tpl

there is a code:

	<div id="login-footer">
		<p class="text-center text-muted">
			<a href="http://www.prestashop.com/" onclick="return !window.open(this.href);">
				© PrestaShop™ 2007-{$smarty.now|date_format:"%Y"} - All rights reserved
			</a>
		</p>
		<p class="text-center">
			<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>
		</p>
	</div>

and:

		<h1 class="text-center">
			<img id="logo" width="40px" src="{$img_dir}icon-prestashop.svg"/>
			PRESTASHOP
		</h1>
  • Like 8
Link to comment
Share on other sites

  • 1 month later...

only backgrund on admin login page? 

 

Yes, but if it has to the same for all thats ok.

 

I just need a plain Orange or white (in this case, changing the white letters to orange).

 

If it's possible to change the "prestashop" on top to the company logo, that would also be great

Link to comment
Share on other sites

×
×
  • Create New...