You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

header.tpl 937B

123456789101112131415161718192021
  1. <!-- {$smarty.template} -->
  2. <!doctype html>
  3. <html lang="{if isset($smarty.session.lang)}{$smarty.session.lang}{/if}">
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <title>Postfix Admin - {$smarty.server.HTTP_HOST}</title>
  8. <link rel="shortcut icon" href="images/favicon.ico">
  9. <link rel="stylesheet" type="text/css" href="{$CONF.theme_css}" />
  10. {if $CONF.theme_custom_css}
  11. <link rel="stylesheet" type="text/css" href="{$CONF.theme_custom_css}" />
  12. {/if}
  13. </head>
  14. <body class="lang-{if isset($smarty.session.lang)}{$smarty.session.lang}{/if} page-{$smarty_template} {if isset($table)}page-{$smarty_template}-{$table}{/if}">
  15. <div id="container">
  16. <div id="login_header">
  17. <a href='main.php'><img id="login_header_logo" src="{$CONF.theme_logo}" alt="Logo" /></a>
  18. {if $CONF.show_header_text==='YES' && $CONF.header_text}
  19. <h2>{$CONF.header_text}</h2>
  20. {/if}
  21. </div>