mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:28 +01:00
26 lines
1.4 KiB
PHP
Executable File
26 lines
1.4 KiB
PHP
Executable File
<?php
|
|
/**************************************************************************\
|
|
* eGroupWare - prisma *
|
|
* 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']['prisma']['name'] = 'prisma';
|
|
$GLOBALS['egw_info']['template']['prisma']['title'] = 'prisma';
|
|
$GLOBALS['egw_info']['template']['prisma']['version'] = '1.0';
|
|
|
|
$GLOBALS['egw_info']['template']['prisma']['author'] = 'Pim Snel';
|
|
$GLOBALS['egw_info']['template']['prisma']['license'] = 'GPL';
|
|
$GLOBALS['egw_info']['template']['prisma']['windowed'] = False;
|
|
$GLOBALS['egw_info']['template']['prisma']['icon'] = "phpgwapi/templates/prisma/images/prisma-logo.png";
|
|
$GLOBALS['egw_info']['template']['prisma']['maintainer'] = array(
|
|
);
|
|
$GLOBALS['egw_info']['template']['prisma']['description'] = "prisma is a clone of the idots template set for eGroupware.";
|
|
?>
|