Recently I bought a template from themeforest and I want to edit some tpl files but when I open them (with notepad, notepad++ or Dreamwere) i receive the message below: * 2007-2012 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to so we can send you a copy immediately. * * DISCLAIMER * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <> * @copyright 2007-2012 PrestaShop SA * @VeRSioN Release: $Revision: 6844 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA */ header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); header("Location: ../"); exit; I am a beginner in this so excuse me if the question is to silly!
You're free to edit or modify the files, but do not expect to be able to upgrade to newer versions etc. So... was there an actual question in there somewhere?
That doesn't look like a template.. all that's doing is redirecting you up a directory. Might want to check out the other files included with that.