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/Sylvia/themeconf.inc.php

    r3282 r5123  
    11<?php
    22$themeconf = array(
    3   'template' => 'yoga',
    4   'theme' => 'Sylvia',
    5   'icon_dir' => 'template/yoga/theme/Sylvia/icon',
    6   'admin_icon_dir' => 'template/yoga/icon/admin',
    7   'mime_icon_dir' => 'template/yoga/theme/Sylvia/icon/mimetypes/',
    8   'local_head' => '
    9 <!--[if IE]>
    10         <link rel="stylesheet" href="template/yoga/theme/Sylvia/theme-ie.css" type="text/css">
    11 <![endif]-->
    12   ',
     3  'theme'         => 'Sylvia',
     4  'parent'        => 'default',
     5  'icon_dir'      => 'themes/Sylvia/icon',
     6  'mime_icon_dir' => 'themes/Sylvia/icon/mimetypes/',
    137);
    148?>
Note: See TracChangeset for help on using the changeset viewer.