source: extensions/simple_themes/simple/themeconf.inc.php @ 13549

Last change on this file since 13549 was 13549, checked in by plg, 12 years ago

import theme Simple version 2.3

  • if cl_conflit is used, don't add jQuery.noConflict
  • fix the possibility to toggle visibility of image informations
  • show logout link when connected - thanks to gbo
  • update jquery to 1.4.4
  • backport commit from piwigo: r6244, r6430 & r6438
  • add gitignore
  • update javascripts + add script to combine/minify
  • apply r6594 from piwigo's trunk
  • move jquery in the header, using known_script
  • translation for the menu title
  • add 1px icon start_filter.png to avoid loading error with rvtree plugin
  • margin for error & info divs
File size: 701 bytes
Line 
1<?php
2/*
3Theme Name: Simple Grey
4Version: 2.3
5Description: Simple Grey
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=308
7Author: Saïmon
8Author URI: http://saimon.org/
9*/
10
11$themeconf = array(
12  'parent' => 'default',
13  'load_parent_css' => false,
14  'load_parent_local_head' => false,
15  'name' => 'simple-grey',
16  'theme_dir' => 'simple',
17  'icon_dir' => 'themes/simple/icon',
18  'admin_icon_dir' => 'themes/default/icon/admin',
19  'mime_icon_dir' => 'themes/default/icon/mimetypes/',
20  'local_head' => 'local_head.tpl',
21  'url' => 'http://saimon.org/blog/pages/Theme-Simple-Grey-Piwigo'
22);
23
24global $user;
25$user['maxwidth'] = 720;
26
27load_language('theme.lang', PHPWG_THEMES_PATH.'simple/');
28
29?>
Note: See TracBrowser for help on using the repository browser.