PHP Classes

File: App/Views/Layout/Content.tpl

Recommend this page to a friend!
  Classes of Maicon gonçalez   Potato PHP MVC Framework   App/Views/Layout/Content.tpl   Download  
File: App/Views/Layout/Content.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Potato PHP MVC Framework
Framework to develop PHP MVC applications
Author: By
Last change:
Date: 3 years ago
Size: 481 bytes
 

Contents

Class file image Download
{include file=$layout} {include file="Layout/Header.tpl"} {if $smarty.capture.header_title} {if $smarty.capture.icon_header} {$smarty.capture.icon_header} {else} {$smarty.capture.logo_menu} {/if} {$smarty.capture.header_title_top} {$smarty.capture.header_title} {getFlashError()} {getFlashSuccess()} {getFlashWarning()} {/if} {if $smarty.capture.content} {$smarty.capture.content} {/if} {include file="Layout/Footer.tpl"}