From 37878bf0a35bcd0fc799892618a8b34ca0440c2c Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 28 Feb 2024 09:18:31 +0000 Subject: do away with deprecated activity types --- view/tpl/mood_content.tpl | 33 -------------------------------- view/tpl/poke_content.tpl | 48 ----------------------------------------------- 2 files changed, 81 deletions(-) delete mode 100644 view/tpl/mood_content.tpl delete mode 100644 view/tpl/poke_content.tpl (limited to 'view/tpl') diff --git a/view/tpl/mood_content.tpl b/view/tpl/mood_content.tpl deleted file mode 100644 index 4cb5207f6..000000000 --- a/view/tpl/mood_content.tpl +++ /dev/null @@ -1,33 +0,0 @@ - -
-
-

{{$title}}

-
-
- -
{{$desc}}
- -
-
- - -
-
-
- - - -
- -
-
-
- - -
-
-
diff --git a/view/tpl/poke_content.tpl b/view/tpl/poke_content.tpl deleted file mode 100644 index 3872d21ff..000000000 --- a/view/tpl/poke_content.tpl +++ /dev/null @@ -1,48 +0,0 @@ - -
-
-

{{$title}}

-
-
- -
{{$desc}}
- -
-
- - -
- - -
- - -
- - - - - -{{if $poke_basic}} - -{{else}} -
- - -
-{{/if}} - -{{if ! $parent}} -{{include file="field_checkbox.tpl" field=$private}} -{{/if}} - - -
- - -
-
-- cgit v1.2.3