Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.54 KB | None | 0 0
  1. {include file='documentHeader'}
  2. <head>
  3. <title>{if $title|isset}{$title}{else}ControlPanel{/if} - {PAGE_TITLE}</title>
  4. {include file='headInclude' sandbox=false}
  5. </head>
  6. <body>
  7. {include file='header' sandbox=false}
  8. <div id="main">
  9.             {* Subtemplatesystem *}
  10.             {if $subtemplate|isset == 0}
  11.                 {include file='ucpError'}
  12.             {else}
  13.                 {if $subtemplate == 'main'}{include file='ucpMain'}{/if}
  14.                 {if $subtemplate == 'bank'}{include file='ucpBank'}{/if}
  15.             {/if}
  16.             {* Ende *}
  17. </div>
  18. {include file='footer' sandbox=false}
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement