Just to me sure I don't break it... do I just change the line in that file? Or do I have to change it anywhere else/rename a file somewhere/do some voodoo dance/anything else?

Quote Originally Posted by lat9 View Post
To correct, change the above testimonials_manager.php file to:
Code:
<?php
/**
 * Testimonials Manager
 *
 * @package Template System
 * @copyright 2007 Clyde Jones
  * @copyright Portions Copyright 2003-2007 Zen Cart Development Team
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: Testimonials_Manager.php v1.5.0 4-9-2012 CountryCharm $
 */
 
  define('TABLE_TESTIMONIALS_MANAGER', DB_PREFIX . 'testimonials_manager');
  define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager');
  define('BOX_CONFIGURATION_TESTIMONIALS_MANAGER', 'Testimonials Manager');//for 1.5
?>