diff options
| author | spiderr <spider@viovio.com> | 2013-04-06 16:16:06 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-06 16:16:06 -0400 |
| commit | 53f32f73708b3ab2c1f43b16db33b7f8a41d25d7 (patch) | |
| tree | c05bc098a19ebd303f74b21bd2070edbc3300feb /smarty/demo/templates/header.tpl | |
| parent | aae540e085be1f70d432b22a976c79b9d8320e31 (diff) | |
| download | themes-53f32f73708b3ab2c1f43b16db33b7f8a41d25d7.tar.gz themes-53f32f73708b3ab2c1f43b16db33b7f8a41d25d7.tar.bz2 themes-53f32f73708b3ab2c1f43b16db33b7f8a41d25d7.zip | |
add Smarty 3.0 and migrate templates and plugins
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"> |
