amysragbag, on Jun 18 2008, 03:34 PM, said:
Nevermind, sorry! I found it in the cpanel.
Posted 18 June 2008 - 03:15 PM
amysragbag, on Jun 18 2008, 03:34 PM, said:
Posted 25 June 2008 - 05:38 PM
gigashadow, on May 5 2008, 07:32 PM, said:
Posted 26 June 2008 - 01:51 AM
Posted 28 June 2008 - 07:49 PM
Posted 28 June 2008 - 08:09 PM
audreyannlow, on Jun 28 2008, 08:49 PM, said:
Posted 29 June 2008 - 08:38 PM
Chronoz, on Jun 25 2008, 05:38 PM, said:
Posted 30 June 2008 - 04:49 PM
Edited by Chronoz, 30 June 2008 - 04:53 PM.
Posted 01 July 2008 - 01:26 AM
hauruapai, on Aug 31 2007, 12:22 AM, said:
define('HEADING_TITLE', 'What\'s New Here?');
define('HEADING_TITLE', 'TEXT_MAIN', 'This is a default setup …… . PROJECT_VERSION . '</b></font>.');');
new infoBoxHeading($info_box_contents, false, false);
new infoBoxHeading($info_box_contents, false, true);
new infoBoxHeading($info_box_contents, true, false);
new infoBoxHeading($info_box_contents, true, true);
new contentBoxHeading($info_box_contents);
define('BOX_HEADING_NAME_OF_BOX, 'Title of Box');
$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);
define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Catalog');
<td class="headerNavigation"> <?php echo $breadcrumb->trail(' & raquo; '); ?></td>
define('LANGUAGE_CURRENCY', 'USD'); and change the USD to Currency code that you want to use.
define('DATE_FORMAT_SHORT', '%m/%d/%Y'); // this is used for strftime()
change it to
define('DATE_FORMAT_SHORT', '%d/%m/%Y'); // this is used for strftime()
define('DATE_FORMAT', 'm/d/Y'); // this is used for date() and change it to define('DATE_FORMAT', 'd/m/Y'); // this is used for date()
Posted 01 July 2008 - 07:19 AM
mydzine, on Jul 1 2008, 02:26 AM, said:
Edited by BryceJr, 01 July 2008 - 07:20 AM.
Posted 03 July 2008 - 12:30 AM
Posted 06 July 2008 - 04:40 AM
Posted 07 July 2008 - 04:38 AM
easw, on Jul 6 2008, 12:40 AM, said:
Quote
Dance as if No One were Watching ~ Sing as if No One were Listening ~ And Live Life everyday as if it were Your Last!
Posted 07 July 2008 - 09:49 PM
spax, on Aug 31 2007, 05:35 PM, said:
<td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?> </td>
Posted 08 July 2008 - 06:34 AM
Chronoz, on Jun 29 2008, 09:38 PM, said:
Edited by diy, 08 July 2008 - 06:35 AM.
Posted 08 July 2008 - 12:26 PM
Posted 08 July 2008 - 11:30 PM
Posted 08 July 2008 - 11:56 PM
$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));
Posted 09 July 2008 - 03:58 PM
germ, on Jul 8 2008, 04:56 PM, said:
$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));
Posted 09 July 2008 - 04:27 PM
$breadcrumb->add(HEADER_TITLE_TOP, tep_href_link(FILENAME_DEFAULT)); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));Although I think it might be redundant to have both when they go to the same place.
Posted 09 July 2008 - 04:56 PM
germ, on Jul 9 2008, 09:27 AM, said:
$breadcrumb->add(HEADER_TITLE_TOP, tep_href_link(FILENAME_DEFAULT)); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));Although I think it might be redundant to have both when they go to the same place.