Ignore:
Timestamp:
2011/01/01 19:39:17 (13 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/helper/SC_Helper_PageLayout.php

    r19805 r19807  
    247247        switch ($device_type_id) { 
    248248        case DEVICE_TYPE_MOBILE: 
    249             $dir = MOBILE_TEMPLATE_DIR; 
     249            $dir = MOBILE_TEMPLATE_REALDIR; 
    250250            $userPath = HTML_REALDIR . MOBILE_DIR . USER_DIR; 
    251251            $templateName = MOBILE_TEMPLATE_NAME; 
     
    253253 
    254254        case DEVICE_TYPE_SMARTPHONE: 
    255             $dir = SMARTPHONE_TEMPLATE_DIR; 
     255            $dir = SMARTPHONE_TEMPLATE_REALDIR; 
    256256            $userPath = HTML_REALDIR . SMARTPHONE_DIR . USER_DIR; 
    257257            $templateName = SMARTPHONE_TEMPLATE_NAME; 
     
    260260        case DEVICE_TYPE_PC: 
    261261        default: 
    262             $dir = TEMPLATE_DIR; 
     262            $dir = TEMPLATE_REALDIR; 
    263263            $userPath = USER_REALDIR; 
    264264            $templateName = TEMPLATE_NAME; 
Note: See TracChangeset for help on using the changeset viewer.