source: extensions/Versa/themeconf.inc.php @ 31833

Last change on this file since 31833 was 31833, checked in by lexming, 7 years ago

Initial commit

  • Property svn:executable set to *
File size: 496 bytes
Line 
1<?php
2/*
3Theme Name: Versa
4Version: 0.6
5Description: Responsive dark theme for modern browsers that maximises the visualization of photographs.
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=853
7Author: lexming
8Author URI: http://piwigo.org/forum/profile.php?id=23261
9*/
10$themeconf = array(
11  'name'  => 'Versa',
12  'parent' => 'default',
13  'load_parent_css' => false,
14);
15
16// initially show metadata
17if ( ! isset($_GET['metadata']) )
18{
19        pwg_set_session_var('show_metadata', true);
20}
21
22?>
Note: See TracBrowser for help on using the repository browser.