X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2Fdefault%2Fprotocol_header.tpl;h=146e8a9d5d5850bac0dbcb751395fd6c99e7f8df;hb=969c1e9fcec1fb8c0e67004dc5f22aee9cc4d003;hp=bfe8c93b3ad125c591a659a18535ca73d0b34028;hpb=f00e222c3c4dd29a86f5b9b14d322892d7239063;p=squirrelmail.git diff --git a/templates/default/protocol_header.tpl b/templates/default/protocol_header.tpl index bfe8c93b..146e8a9d 100644 --- a/templates/default/protocol_header.tpl +++ b/templates/default/protocol_header.tpl @@ -9,7 +9,7 @@ * $frames - boolean value indicating if the page being * rendered is a frameset or not * $lang - string indicating current SM interface language - * $title - current page title string + * $page_title - current page title string * $header_tags - string containing text of any tags to be rendered * in the page header (meta tags, style links, * javascript links, etc.) @@ -25,15 +25,38 @@ extract($t); -if ($frames) { ?> - - - lang=""> +if ($frames) { + ?> + + + + + + + + -<?php if (!empty($title)) { ?><?php echo $title ?><?php } ?> - + +<?php echo $page_title; ?> + +