Categories

Featured templates

PrestaShop 1.6.x. How to edit admin login page

Guillaume Dumas April 15, 2016
Rating: 4.2/5. From 5 votes.
Please wait...

This tutorial will show you how to edit copyright message on the PrestaShop login page.

PrestaShop 1.6.x. How to edit admin login page

The default PrestaShop login page copyright message reads © PrestaShop™ 2007-2016 – All rights reserved. We are going to show you how to edit it:

PrestaShop_1.6.x._How_to_edit_admin_login_page-1

In order to edit the copyright message on the PrestaShop login page, you need to take the following steps:

  1. Open the ADMIN_DIRECTORY/themes/default/template/controllers/login/content.tpl file with your favorite source code editor.

  2. Find the following code on line 139:

    © PrestaShop™ 2007-{$smarty.now|date_format:"%Y"} - All rights reserved
    

    The string of code consists of:

    • © – copyright symbol ©;

    • PrestaShop – company name;

    • ™ – trademark symbol ™;

    • 2007-{$smarty.now|date_format:"%Y"} – the start year and the current year (generated by the script);

    • All rights reserved – message:

    PrestaShop_1.6.x._How_to_edit_admin_login_page-2
  3. Edit the copyright message and save changes. Upload the content.tpl file to the server.

Feel free to check the detailed video tutorial below:

PrestaShop 1.6.x. How to edit admin login page
Prestashop Themes Download
This entry was posted in PrestaShop Tutorials and tagged admin, login, page, Prestashop. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket