- Timestamp:
- 2010/12/31 23:23:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/plugin/bingo/SC_Plugin_bingo.php
r19803 r19805 23 23 24 24 // {{{ requires 25 require_once(CLASS_EX_ FILE_PATH. "SC_Plugin_Ex.php");25 require_once(CLASS_EX_REALDIR . "SC_Plugin_Ex.php"); 26 26 // }}} 27 27 … … 75 75 if ($is_bingo) { 76 76 if (SC_Utils_Ex::sfIsMobileSite()) { 77 $objPage->tpl_mainpage = DATA_ FILE_PATH. 'plugin/' . $this->plugin_name . '/templates/mobile/shopping/complete.tpl';77 $objPage->tpl_mainpage = DATA_REALDIR . 'plugin/' . $this->plugin_name . '/templates/mobile/shopping/complete.tpl'; 78 78 } else { 79 $objPage->tpl_mainpage = DATA_ FILE_PATH. 'plugin/' . $this->plugin_name . '/templates/shopping/complete.tpl';79 $objPage->tpl_mainpage = DATA_REALDIR . 'plugin/' . $this->plugin_name . '/templates/shopping/complete.tpl'; 80 80 } 81 81 }
Note: See TracChangeset
for help on using the changeset viewer.
