From e332d1074f1b663ec66d37b0f575df2e41d5535c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 1 May 2017 21:10:04 -0700 Subject: move theme specific files to theme dir --- view/tpl/prep.tpl | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 view/tpl/prep.tpl (limited to 'view/tpl/prep.tpl') diff --git a/view/tpl/prep.tpl b/view/tpl/prep.tpl deleted file mode 100644 index debba13a8..000000000 --- a/view/tpl/prep.tpl +++ /dev/null @@ -1,31 +0,0 @@ -
-

{{$header}}

- -{{if $site}} -

{{$website}} {{$site}}

-{{/if}} - - -{{if $raters}} -{{foreach $raters as $r}} - -
- -
-
-{{$r.xchan_addr}} -
-
-
-
{{$r.xchan_name}}
-
{{$rating_lbl}} {{$r.xlink_rating}}
-{{if $r.xlink_rating_text}} -
{{$rating_text_label}} {{$r.xlink_rating_text}} -
-{{/if}} -
-
-
-{{/foreach}} -{{/if}} -
-- cgit v1.2.3