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.

Location:
trunk/themes
Files:
1 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/themes/clear/themeconf.inc.php

    r3282 r5123  
    11<?php
    22$themeconf = array(
    3   'template' => 'yoga',
    4   'theme' => 'clear',
    5   'icon_dir' => 'template/yoga/icon',
    6   'admin_icon_dir' => 'template/yoga/icon/admin',
    7   'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
    8   'local_head' => '',
     3  'theme'  => 'clear',
     4  'parent' => 'default',
    95);
    106?>
Note: See TracChangeset for help on using the changeset viewer.