Ignore:
Timestamp:
Jul 24, 2010, 3:57:36 PM (14 years ago)
Author:
grum
Message:

Version 1.3.1, fix bug:1654, bug:1767

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/template/header.tpl

    r6109 r6700  
    5757      {
    5858        $dir=dirname($_SERVER['SCRIPT_FILENAME'])."/themes/".$theme['id']."/conf/";
     59        $dirlocal=dirname($_SERVER['SCRIPT_FILENAME'])."/local/themes/".$theme['id']."/conf/";
    5960        $this->assign("default_conf", $dir."default.conf");
    60         if(file_exists($dir."local.conf"))
     61        if(file_exists($dirlocal."local.conf"))
    6162        {
    62           $this->assign("local_conf", $dir."local.conf");
     63          $this->assign("local_conf", $dirlocal."local.conf");
    6364        }
    6465        else
Note: See TracChangeset for help on using the changeset viewer.