source: extensions/Versa/themeconf.inc.php

Last change on this file was 31946, checked in by lexming, 5 years ago

Version bump to 0.7

  • Property svn:executable set to *
File size: 496 bytes
Line 
1<?php
2/*
3Theme Name: Versa
4Version: 0.7
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.