This is a discussion on How do I edit these files? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; I can't seem to find the files with the contents. any ideas? Thanks! $content = CONTENT_ACCOUNT_HISTORY; CODE <?php /* $Id: ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I can't seem to find the files with the contents. any ideas? Thanks! $content = CONTENT_ACCOUNT_HISTORY; CODE <?php /* $Id: account_history.php,v 1.63 2003/06/09 23:03:52 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_ACCOUNT_HISTORY); $breadcrumb->add(NAVBAR_TITLE_1, tep_href_link(FILENAME_ACCOUNT, '', 'SSL')); $breadcrumb->add(NAVBAR_TITLE_2, tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL')); $content = CONTENT_ACCOUNT_HISTORY; require(DIR_WS_TEMPLATES . TEMPLATENAME_MAIN_PAGE); require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| inside of filenames.php: define('CONTENT_ACCOUNT', 'account'); define('FILENAME_ACCOUNT', CONTENT_ACCOUNT . '.php'); his site... is now based on osC max. |
|
#3
| |||
| |||
| nm, found them... it's cause of the template system. duh! flyingmonkey: slaps flyingmonkey in the face with a salmon. |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Viewing Files | m_rockett | osCommerce 2.2 Installation Help | 2 | 05-06-2006 11:43 AM |
| files under ssl | mrocket | osCommerce 2.2 Installation Help | 2 | 04-28-2006 12:30 PM |
| files to edit don't exist on our server - there's more | bbw | osCMax v2 Customization/Mods | 9 | 02-17-2006 06:33 AM |
| Losing ability to view webpage when I edit php files | ajljhall | osCommerce 2.2 Modification Help | 1 | 07-13-2005 07:33 AM |
| not able to edit files in admin | not-so-simple | osCommerce 2.2 Installation Help | 1 | 08-29-2003 07:51 AM |