diff options
Diffstat (limited to 'lib/smarty/demo/templates/header.tpl')
-rw-r--r-- | lib/smarty/demo/templates/header.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/smarty/demo/templates/header.tpl b/lib/smarty/demo/templates/header.tpl new file mode 100644 index 000000000..783210a18 --- /dev/null +++ b/lib/smarty/demo/templates/header.tpl @@ -0,0 +1,5 @@ +<HTML> +<HEAD> +<TITLE>{$title} - {$Name}</TITLE> +</HEAD> +<BODY bgcolor="#ffffff"> |