From 9eb8a09869bf36bf5603d0beecc5139145cf91f9 Mon Sep 17 00:00:00 2001 From: spiderr Date: Fri, 5 Apr 2013 13:37:40 -0400 Subject: rename header_inc.tpl to html_head_inc.tpl for naming consistency and avoiding abiguiuty with new html5 header tag --- templates/header_inc.tpl | 9 --------- templates/html_head_inc.tpl | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 templates/header_inc.tpl create mode 100644 templates/html_head_inc.tpl diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl deleted file mode 100644 index 0029b51..0000000 --- a/templates/header_inc.tpl +++ /dev/null @@ -1,9 +0,0 @@ -{if $unreadMsgs and $gBitUser->getPreference('messages_alert') == 'y' and !$smarty.cookies.messages_alert_sent} - -{/if} diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl new file mode 100644 index 0000000..0029b51 --- /dev/null +++ b/templates/html_head_inc.tpl @@ -0,0 +1,9 @@ +{if $unreadMsgs and $gBitUser->getPreference('messages_alert') == 'y' and !$smarty.cookies.messages_alert_sent} + +{/if} -- cgit v1.3