From: Michael Vogel Date: Wed, 8 Jun 2016 05:11:16 +0000 (+0200) Subject: Renamed template X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aad00ddc04b2ed6d981c006994c1c1917b2fa7f3;p=friendica.git Renamed template --- diff --git a/include/bbcode.php b/include/bbcode.php index bb4f77ebf9..62f56558fb 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -490,7 +490,7 @@ function bb_ShareAttributes($share, $simplehtml) { default: $text = trim($share[1])."\n"; - $tpl = get_markup_template('shared-content.tpl'); + $tpl = get_markup_template('shared_content.tpl'); $text .= replace_macros($tpl, array( '$profile' => $profile, diff --git a/view/templates/shared-content.tpl b/view/templates/shared-content.tpl deleted file mode 100644 index 74f6aed6df..0000000000 --- a/view/templates/shared-content.tpl +++ /dev/null @@ -1,13 +0,0 @@ -
-
- {{if $avatar}} - - - - {{/if}} - {{*{{$author}} wrote the following post{{$reldate}}:*}} -
{{$author}}
- -
-
{{$content}}
-
diff --git a/view/templates/shared_content.tpl b/view/templates/shared_content.tpl new file mode 100644 index 0000000000..74f6aed6df --- /dev/null +++ b/view/templates/shared_content.tpl @@ -0,0 +1,13 @@ +
+
+ {{if $avatar}} + + + + {{/if}} + {{*{{$author}} wrote the following post{{$reldate}}:*}} + + +
+
{{$content}}
+