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/admin/themes
Files:
1 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/roma/themeconf.inc.php

    r3282 r5123  
    55}
    66$themeconf = array(
    7   'template' => 'goto', /* Goto Admin template */
    8   'theme' => 'roma',    /* "roma" is the foundation theme of Piwigo */
    9   'icon_dir' => 'template/yoga/icon',
    10   'admin_icon_dir' => 'admin/template/goto/icon',
    11   'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
     7  'theme'  => 'roma',
     8  'parent' => 'default',
    129  'selected_admin_menu' => selected_admin_menu(),
    13   'local_head' => '',
    1410);
    1511?>
Note: See TracChangeset for help on using the changeset viewer.