22 lines
943 B
Smarty
22 lines
943 B
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.
|
|
************************************************************************************}
|
|
{* modules/Settings/Vtiger/views/Index.php *}
|
|
|
|
{include file="modules/Vtiger/partials/Topbar.tpl"}
|
|
|
|
<div class="container-fluid app-nav">
|
|
<div class="row">
|
|
{include file="partials/SidebarHeader.tpl"|vtemplate_path:$QUALIFIED_MODULE}
|
|
{include file="ModuleHeader.tpl"|vtemplate_path:$QUALIFIED_MODULE}
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="main-container clearfix">
|
|
<div class=" ExtensionscontentsDiv contentsDiv"> |