Ignore:
Timestamp:
Nov 3, 2010, 11:02:26 AM (13 years ago)
Author:
plg
Message:

update theme Bubble for Piwigo 2.1 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/yoga/Bubble/themeconf.inc.php

    r4693 r7589  
    11<?php
    22$themeconf = array(
    3   'template' => 'yoga',
    4   'template_dir' => 'template/yoga',
    5   'theme' => 'Bubble',
    6   'icon_dir' => PHPWG_ROOT_PATH.'template/yoga/theme/Bubble/icon',
    7   'admin_icon_dir' => 'template/yoga/icon/admin',
    8   'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mimetypes/',
     3  'name'  => 'Bubble',
     4  'parent' => 'default',
     5  'template_dir' => 'themes',
     6  'icon_dir'      => 'themes/Bubble/icon',
    97  'local_head' => '<!--[if lt IE 7]>
    10   <link rel="stylesheet" type="text/css" href="'.PHPWG_ROOT_PATH.'template/yoga/theme/Bubble/fix-ie5-ie6.css">
     8  <link rel="stylesheet" type="text/css" href="'.PHPWG_ROOT_PATH.'themes/Bubble/fix-ie5-ie6.css">
    119<![endif]-->'
    1210);
Note: See TracChangeset for help on using the changeset viewer.