Ignore:
Timestamp:
Nov 3, 2010, 10:59:04 AM (14 years ago)
Author:
plg
Message:

update theme BorealisPink for Piwigo 2.1 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/yoga/Borealis/BorealisPink/themeconf.inc.php

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