From 6199e1d5b8779efdfc8aac8863e113784a32cdb7 Mon Sep 17 00:00:00 2001 From: Michael Johnston Date: Wed, 20 Feb 2013 21:56:59 -0500 Subject: add siteinfo.tpl --- view/tpl/siteinfo.tpl | 14 ++++++++++++++ view/tpl/smarty3/siteinfo.tpl | 19 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 view/tpl/siteinfo.tpl create mode 100644 view/tpl/smarty3/siteinfo.tpl (limited to 'view') diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl new file mode 100644 index 000000000..4931cc3a7 --- /dev/null +++ b/view/tpl/siteinfo.tpl @@ -0,0 +1,14 @@ +

$title

+

+

$description

+{{ if $version }} +

$version

+{{ endif }} +

$web_location

+

$visit

+

$bug_text $bug_link_text

+

$contact

+

$plugins_text

+{{ if $plugins_list }} +
$plugins_list
+{{ endif }} diff --git a/view/tpl/smarty3/siteinfo.tpl b/view/tpl/smarty3/siteinfo.tpl new file mode 100644 index 000000000..3720c9629 --- /dev/null +++ b/view/tpl/smarty3/siteinfo.tpl @@ -0,0 +1,19 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +

{{$title}}

+

+

{{$description}}

+{{if $version}} +

{{$version}}

+{{/if}} +

{{$web_location}}

+

{{$visit}}

+

{{$bug_text}} {{$bug_link_text}}

+

{{$contact}}

+

{{$plugins_text}}

+{{if $plugins_list}} +
{{$plugins_list}}
+{{/if}} -- cgit v1.2.3