From aaba59b802ef8983bc09967017276e68f2f6fe23 Mon Sep 17 00:00:00 2001 From: spiderr Date: Fri, 5 Apr 2013 13:36:21 -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 | 7 ------- templates/html_head_inc.tpl | 7 +++++++ 2 files changed, 7 insertions(+), 7 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 ee92384..0000000 --- a/templates/header_inc.tpl +++ /dev/null @@ -1,7 +0,0 @@ -{if $smarty.const.ACTIVE_PACKAGE == 'calendar'} - -{/if} -{if $minical} - -{/if} - diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl new file mode 100644 index 0000000..ee92384 --- /dev/null +++ b/templates/html_head_inc.tpl @@ -0,0 +1,7 @@ +{if $smarty.const.ACTIVE_PACKAGE == 'calendar'} + +{/if} +{if $minical} + +{/if} + -- cgit v1.3