Changeset 8425 for temp/trunk/data/class
- Timestamp:
- 2006/11/17 09:23:13 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_View.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r8424 r8425 137 137 138 138 class SC_SiteView extends SC_View{ 139 function SC_SiteView($cart = false) {139 function SC_SiteView($cart = true) { 140 140 parent::SC_View(); 141 141 $this->_smarty->template_dir = TEMPLATE_DIR; … … 146 146 sfDomainSessionStart(); 147 147 148 if( !$cart){148 if($cart){ 149 149 $objCartSess = new SC_CartSession(); 150 150 $objCartSess->setPrevURL($_SERVER['REQUEST_URI']);
Note: See TracChangeset
for help on using the changeset viewer.
