This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/components/com_docman/footer.php
2012-09-18 20:02:43 +00:00

15 lines
569 B
PHP

<?php
/**
* DOCman 1.4.x - Joomla! Document Manager
* @version $Id: footer.php 773 2009-01-08 17:38:08Z mathias $
* @package DOCman_1.4
* @copyright (C) 2003-2009 Joomlatools
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.joomlatools.eu/ Official website
**/
defined('_VALID_MOS') or die('Restricted access');
global $_DOCMAN;
?><span class="small">
DOCman v<?php echo _DM_VERSION;?> - 2003-<?php echo date('Y');?> Joomlatools - <a href="http://www.joomlatools.eu/" target="_blank">http://www.joomlatools.eu</a>
</span>