This is a discussion on Adding Special Text area to mainpage within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; I am trying to add a "Featured this month..." area to the mainpage, which is separated by a header followed ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I am trying to add a "Featured this month..." area to the mainpage, which is separated by a header followed by the text. I defined the header in lalnguages\english.php and the text that would follow it in languages\english\featured.php. These two files are called in lines 49-53 of templates\content\index_default.tpl.php. The only problem is I get this error: Warning: Failed opening 'includes/languages/english/FILENAME_DEFINE_FEATURED' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/catalog/templates/content/index_default.tpl.php on line 50. What would cause this file to fail to open? Here is the area that calls it: <tr> <td class="main" align="center"><?php echo TEXT_RETURN_BOL; ?></td></tr> <tr> <td class="main" align="center" bgcolor="#5551f9"><?php echo TEXT_FEATURED; ?></td> </tr> <tr> <td class="main" align="center"><?php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFINE_FEATURED); ?></td> </tr> <tr><td ><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Make the mainpage text allign to the top of the page. | chrisrex | osCMax v2 Customization/Mods | 3 | 10-28-2005 09:06 AM |
| Customer adding a text message? | fireburst | osCMax v1.7 Discussion | 4 | 01-25-2005 07:06 PM |
| QTpro - adding to MAX1.5 - any special things to be aware of | pixelhed | osCMax v1.7 General Mods Discussion | 6 | 06-25-2004 11:58 AM |
| adding text to each category section | carruthers1 | osCommerce 2.2 Modification Help | 1 | 04-29-2004 05:19 AM |
| Adding special instructions to order | nlpjunkie | osCommerce 2.2 Modification Help | 1 | 02-18-2003 07:49 PM |