Changeset 3363 for temp/trunk


Ignore:
Timestamp:
2006/08/31 00:00:04 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/template.php

    r3358 r3363  
    9090function lfgetTemplate(){ 
    9191    global $objPage; 
    92     $filepath = USER_DIR . "templates/"; 
     92    $filepath = "/" . USER_DIR . "templates/"; 
    9393     
    9494    $arrTemplateImage = array();    // ²èÌÌɽ¼¨²èÁü³ÊǼÍÑ 
     
    136136        $arrTemplateImage['code'][$key] = $val['template_code']; 
    137137    } 
     138     
    138139     
    139140     
Note: See TracChangeset for help on using the changeset viewer.