{literal} {/literal} {php} $custom_header_background_image = APP_HOME.'/images/cubi_top_header.png'; if(file_exists($custom_header_background_image)) { $header_background_image_url = APP_URL.'/images/cubi_top_header.png'; $this->assign('header_background_image_url', $header_background_image_url); } {/php}
{include file="system_appbuilder_btn.tpl.html"}
{if $form.icon !='' }
{/if}
{if $form.title}

{$form.title}

{/if} {if $form.description}

{$form.description}

{else}
{/if}
{if $header_background_image_url} {/if}
{$dataPanel.fld_logo.element} {$dataPanel.fld_logo.description}
{if $actionPanel|@count > 0}

{foreach item=elem from=$actionPanel} {$elem.element} {/foreach}

{/if} {if $errors}
{foreach item=errMsg from=$errors}
{$errMsg}
{/foreach} {literal}{/literal}
{/if} {if $notices}
{foreach item=noticeMsg from=$notices}
{$noticeMsg}
{/foreach}
{literal}{/literal} {/if}