~stuartmetcalfe/shopalong/trunk

« back to all changes in this revision

Viewing changes to catalog/includes/application_top.php

  • Committer: Stuart Metcalfe
  • Date: 2007-11-25 17:44:20 UTC
  • Revision ID: info@pdl.uk.com-20071125174420-hwt1mqp92qmarocw
Renamed ColumnSort.class.php - 2 of 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
require_once 'shopalong/shipping.php';
96
96
require_once 'shopalong/payment.php';
97
97
require_once 'shopalong/order_total.php';
98
 
require_once 'shopalong/columnSorter.class.php';
 
98
require_once 'shopalong/ColumnSorter.class.php';
99
99
 
100
100
// Start the event manager and register system events
101
101
SHOP_EventManager::registerEvent('ProgramStarting');