Knowledgebase

Modules Garden Proxmox support.

Portal Home > Knowledgebase > 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}
Was this answer helpful?
0 Users Found This Useful 0 Votes

Also Read