Skip to content

Commit

Permalink
Removes sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
vingle authored Feb 10, 2023
1 parent 327bb32 commit 984735a
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions templates/CRM/common/joomla.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@
{/if}

<div id="crm-container" class="crm-container{if !empty($urlIsPublic)} crm-public{/if}" lang="{$config->lcMessages|truncate:2:"":true}" xml:lang="{$config->lcMessages|truncate:2:"":true}">

<table border="0" cellpadding="0" cellspacing="0" id="crm-content">
<tr>
{if $sidebarLeft}
<td id="sidebar-left" valign="top">
<div id="civi-sidebar-logo" style="margin: 0 0 .25em .25em"><img src="{$config->resourceBase}i/logo_words_small.png" title="{ts}CiviCRM{/ts}"/></div><div class="spacer"></div>
{$sidebarLeft}
</td>
{/if}
<td id="content-right" valign="top">
<div id ="crm-content">
{if $breadcrumb}
<div class="breadcrumb">
{foreach from=$breadcrumb item=crumb key=key}
Expand All @@ -33,16 +24,16 @@
</div>
{/if}

{if $pageTitle}
<div class="crm-title">
<h1 class="title">{if $isDeleted}<del>{/if}{$pageTitle}{if $isDeleted}</del>{/if}</h1>
</div>
{/if}
{if $pageTitle}
<div class="crm-title">
<h1 class="title">{if $isDeleted}<del>{/if}{$pageTitle}{if $isDeleted}</del>{/if}</h1>
</div>
{/if}

{crmRegion name='page-header'}
{/crmRegion}

{*{include file="CRM/common/langSwitch.tpl"}*}
{*{include file="CRM/common/langSwitch.tpl"}*}

<div class="clear"></div>

Expand All @@ -68,9 +59,6 @@
{include file="CRM/common/footer.tpl"}
{/if}
{/crmRegion}

</td>

</tr>
</table>
</div>
</div>
</div> {* end crm-container div *}

0 comments on commit 984735a

Please sign in to comment.