19 lines
485 B
Smarty
19 lines
485 B
Smarty
{*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This file is licenced under the Software License Agreement.
|
|
* With the purchase or the installation of the software in your application
|
|
* you accept the licence agreement.
|
|
*
|
|
* You must not modify, adapt or create derivative works of this source code
|
|
*
|
|
* @author Doofinder
|
|
* @copyright Doofinder
|
|
* @license GPLv3
|
|
*}
|
|
{if $configured}
|
|
<div class="tab-pane" id="support_tab">{include file='./support_tab.tpl'}</div>
|
|
{/if}
|
|
</div>
|
|
<!-- End Tab panes -->
|