trytry Posted March 30, 2007 Posted March 30, 2007 Hello I try to change the Header of infoboxes. I like to have a picture and beneath or above the normal infobox_heading Text! I'm using the Powershop Kompakt 2007 ist based absolutely on the ocs 2.2 and it uses btsv1.5d. Now the problem is: in the template folder is a Templ. box.tpl.php. I can open it with Adobe Golive and change things, but their is absolutely no effect!!! Why?? If I change another *.tpl file than I can see effects. e.g. for product presentation. the column_left.php looks like this: <?php /* $Id: column_left.php,v 1.1 2003/06/11 17:37:59 hpdl Exp $ 2005 written by: XonSoft® [url="http://www.xonsoft.de"]http://www.xonsoft.de[/url] osCommerce, Open Source E-Commerce Solutions [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] Copyright © 2003 osCommerce Released under the GNU General Public License */ $column_query = tep_db_query('select configuration_column as cfgcol, configuration_title as cfgtitle, configuration_value as cfgvalue, configuration_key as cfgkey, box_heading from ' . TABLE_THEME_CONFIGURATION . ' order by location'); while ($column = tep_db_fetch_array($column_query)) { $column['cfgtitle'] = str_replace(' ', '_', $column['cfgtitle']); $column['cfgtitle'] = str_replace("'", '', $column['cfgtitle']); if ( ($column[cfgvalue] == 'yes') && ($column[cfgcol] == 'left')) { define($column['cfgkey'],$column['box_heading']); if ( file_exists(DIR_WS_BOXES . $column['cfgtitle'] . '.php') ) { require(DIR_WS_BOXES . $column['cfgtitle'] . '.php'); } } } ?> But I think there is not the bug?!?! Some ideas???
Recommended Posts
Archived
This topic is now archived and is closed to further replies.