egroupware_official/phpgwapi/inc/class.Template.inc.php

27 lines
811 B
PHP
Raw Normal View History

<?php
/**
* EGroupware API - Old phplib templates
*
* @copyright (c) Copyright 1999-2000 NetUSE GmbH Kristian Koehntopp
* @license https://opensource.org/licenses/LGPL-2.1 GNU Lesser General Public License, version 2.1
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation; either version 2.1 of the License, or
* any later version.
*
* @link http://www.egroupware.org
* @package api
* @subpackage framework
* @version $Id$
*/
use EGroupware\Api\Framework;
/**
* Old phplib templates: DO NOT USE FOR ANY NEW DEVELOPMENT, use eTemplate2!
*
* @deprecated use Api\Framework\Template if you must, or better eTemplate2
*/
class Template extends Framework\Template {}