diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2013-04-07 21:01:10 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2013-04-07 21:01:10 -0400 |
| commit | 9e47a97eb068c353afd0a8cec7a623baad6b1fd2 (patch) | |
| tree | 03ac35bccf7ee298078619a3c805e40789a9eef0 /smarty/demo/templates/header.tpl | |
| parent | c07d61528e32f109a26051acecc66dd83a6c8591 (diff) | |
| parent | 53f32f73708b3ab2c1f43b16db33b7f8a41d25d7 (diff) | |
| download | themes-9e47a97eb068c353afd0a8cec7a623baad6b1fd2.tar.gz themes-9e47a97eb068c353afd0a8cec7a623baad6b1fd2.tar.bz2 themes-9e47a97eb068c353afd0a8cec7a623baad6b1fd2.zip | |
Merge branch 'master' of github.com:bitweaver/themes
Diffstat (limited to 'smarty/demo/templates/header.tpl')
| -rw-r--r-- | smarty/demo/templates/header.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/smarty/demo/templates/header.tpl b/smarty/demo/templates/header.tpl new file mode 100644 index 0000000..783210a --- /dev/null +++ b/smarty/demo/templates/header.tpl @@ -0,0 +1,5 @@ +<HTML> +<HEAD> +<TITLE>{$title} - {$Name}</TITLE> +</HEAD> +<BODY bgcolor="#ffffff"> |
