Files
CRM/layouts/v7/modules/Vtiger/Footer.tpl
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

31 lines
1.2 KiB
Smarty

{*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.1
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************}
<footer class="app-footer">{*
<p>
Powered by vtiger CRM - {$VTIGER_VERSION}&nbsp;&nbsp;© 2004 - {date('Y')}&nbsp;&nbsp;
<a href="//www.vtiger.com" target="_blank">Vtiger</a>&nbsp;|&nbsp;
<a href="https://www.vtiger.com/privacy-policy" target="_blank">Privacy Policy</a>
</p>*}
</footer>
</div>
<div id='overlayPage'>
<!-- arrow is added to point arrow to the clicked element (Ex:- TaskManagement),
any one can use this by adding "show" class to it -->
<div class='arrow'></div>
<div class='data'>
</div>
</div>
<div id='helpPageOverlay'></div>
<div id="js_strings" class="hide noprint">{Zend_Json::encode($LANGUAGE_STRINGS)}</div>
<div class="modal myModal fade"></div>
{include file='JSResources.tpl'|@vtemplate_path}
</body>
</html>