知識庫

Modules Garden Proxmox support.

客戶系統 > 知識庫 > Hexa > Customization > Modules Garden Proxmox support.

Modules Garden server module like Proxmox is using sidebar ouptut with server controls for theme Six. We can add extra sidebar to Hexa by creating header.tpl override.

Rename header.tpl.new to header.tpl inside `overrides` folder and find the following line.

<div class="content main-content onload">

Add code below for extra sidebar output on module pages.

{if $filename eq "clientarea" and $smarty.get.action eq "productdetails" and $smarty.get.a eq "management"} 
<div class="row px-1 pt-2">
<div class="col-md-3">
{include file="$template/includes/sidebar-inline.tpl" sidebar=$primarySidebar}
</div>
<div class="col-md-9">
{else}
<div class="row">
<div class="col-md-12">
{/if}
這篇文章有幫助嗎?
0 Users Found This Useful 0 Votes

Also Read