mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:12 +01:00
27 lines
1.5 KiB
PHP
Executable File
27 lines
1.5 KiB
PHP
Executable File
<?php
|
|
/**************************************************************************\
|
|
* eGroupWare - literati *
|
|
* http://www.egroupware.org *
|
|
* -------------------------------------------- *
|
|
* This program is free software; you can redistribute it and/or modify it *
|
|
* under the terms of the GNU General Public License as published by the *
|
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
|
* option) any later version. *
|
|
\**************************************************************************/
|
|
|
|
|
|
/* Basic information about this template */
|
|
$GLOBALS['egw_info']['template']['literati']['name'] = 'literati';
|
|
$GLOBALS['egw_info']['template']['literati']['title'] = 'literati';
|
|
$GLOBALS['egw_info']['template']['literati']['version'] = '1.0';
|
|
|
|
$GLOBALS['egw_info']['template']['literati']['author'] = 'Pim Snel';
|
|
$GLOBALS['egw_info']['template']['literati']['license'] = 'GPL';
|
|
$GLOBALS['egw_info']['template']['literati']['windowed'] = False;
|
|
$GLOBALS['egw_info']['template']['literati']['icon'] = "phpgwapi/templates/literati/images/literati-logo.png";
|
|
$GLOBALS['egw_info']['template']['literati']['maintainer'] = array(
|
|
array('name' => 'Pim Snel', 'email' => 'pim@lingewoud.nl')
|
|
);
|
|
$GLOBALS['egw_info']['template']['literati']['description'] = "literati is a yellow clone of the idots template set for eGroupware.";
|
|
?>
|