Ignore:
Timestamp:
2010/12/31 10:46:42 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある) 一部改修

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/plugin/bingo/SC_Plugin_bingo.php

    r19670 r19802  
    7575                if ($is_bingo) { 
    7676                    if (SC_Utils_Ex::sfIsMobileSite()) { 
    77                         $objPage->tpl_mainpage = DATA_PATH . 'plugin/' . $this->plugin_name . '/templates/mobile/shopping/complete.tpl'; 
     77                        $objPage->tpl_mainpage = DATA_FILE_PATH . 'plugin/' . $this->plugin_name . '/templates/mobile/shopping/complete.tpl'; 
    7878                    } else { 
    79                         $objPage->tpl_mainpage = DATA_PATH . 'plugin/' . $this->plugin_name . '/templates/shopping/complete.tpl'; 
     79                        $objPage->tpl_mainpage = DATA_FILE_PATH . 'plugin/' . $this->plugin_name . '/templates/shopping/complete.tpl'; 
    8080                    } 
    8181                } 
Note: See TracChangeset for help on using the changeset viewer.