- ! Этот пост был размещён за взятку. -
diff --git a/Web/Presenters/templates/components/post.xml b/Web/Presenters/templates/components/post.xml index a099983a..83f5497e 100644 --- a/Web/Presenters/templates/components/post.xml +++ b/Web/Presenters/templates/components/post.xml @@ -1,7 +1,7 @@ -{ifset $thisUser} - {if $thisUser->hasMicroblogEnabled()} - {include "post/microblogpost.xml", post => $post} - {else} - {include "post/oldpost.xml", post => $post} - {/if} -{/ifset} \ No newline at end of file +{var microblogEnabled = isset($thisUser) ? $thisUser->hasMicroblogEnabled() : false} + +{if $microblogEnabled} + {include "post/microblogpost.xml", post => $post} +{else} + {include "post/oldpost.xml", post => $post} +{/if} diff --git a/Web/Presenters/templates/components/post/microblogpost.xml b/Web/Presenters/templates/components/post/microblogpost.xml index 0807c300..6cea48b3 100644 --- a/Web/Presenters/templates/components/post/microblogpost.xml +++ b/Web/Presenters/templates/components/post/microblogpost.xml @@ -1,93 +1,93 @@ -{var author = $post->getOwner()} - -
- - | -
-
-
-
-
-
- {$post->getText()|noescape}
-
-
-
-
-
- - ! Этот пост был размещён за взятку. -
- {var acutalAuthor = $post->getOwner(false)}
-
- Автор:
-
- {$acutalAuthor->getCanonicalName()}
-
-
-
- |
-
-
+ + | +
+
+
+
+
+
+ {$post->getText()|noescape}
+
+
+
+
+
+ + ! Этот пост был размещён за взятку. +
+ {var acutalAuthor = $post->getOwner(false)}
+
+ Автор:
+
+ {$acutalAuthor->getCanonicalName()}
+
+
+
+ |
+
+
- - | -
-
-
-
-
-
- {$post->getText()|noescape}
-
-
-
-
-
- - ! Этот пост был размещён за взятку. -
- {var acutalAuthor = $post->getOwner(false)}
-
- Автор:
-
- {$acutalAuthor->getCanonicalName()}
-
-
-
- |
-
-
+ + | +
+
+
+
+
+
+ {$post->getText()|noescape}
+
+
+
+
+
+ + ! Этот пост был размещён за взятку. +
+ {var acutalAuthor = $post->getOwner(false)}
+
+ Автор:
+
+ {$acutalAuthor->getCanonicalName()}
+
+
+
+ |
+
+