Ignore:
Timestamp:
Aug 12, 2010, 11:27:21 PM (14 years ago)
Author:
grum
Message:

for panoramic images, add possibility to simulate presence of a high resolution image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/admin/GallyDefault.class.inc.php

    r6700 r6752  
    3232  protected $themeProperties = Array(
    3333      'name' => 'Gally/Default',
    34       'version' => '1.3.0'
     34      'version' => '1.3.1'
    3535    );
    3636
     
    8888  {
    8989    $this->config = new Conf();
    90     $this->config->setFileName($this->directories['conf.local']."/default.conf");
     90    $this->config->setFileName($this->directories['conf.parent']."/default.conf");
    9191    $this->config->read();
    9292    $this->config->setFileName(PHPWG_ROOT_PATH."local/themes/".basename(dirname($this->directories['conf.local']))."/conf/local.conf");
Note: See TracChangeset for help on using the changeset viewer.