Ignore:
Timestamp:
Mar 13, 2010, 1:00:52 AM (14 years ago)
Author:
plg
Message:

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/extend_for_templates.php

    r5021 r5123  
    112112$available_templates = array_merge(
    113113  array('N/A' => '----------'),
    114   get_dirs(PHPWG_ROOT_PATH.'template'));
     114  get_dirs(PHPWG_ROOT_PATH.'theme'));
    115115
    116116// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.