summaryrefslogtreecommitdiff
path: root/templates/microblog.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/microblog.tmpl')
-rw-r--r--templates/microblog.tmpl22
1 files changed, 0 insertions, 22 deletions
diff --git a/templates/microblog.tmpl b/templates/microblog.tmpl
deleted file mode 100644
index e22d65c..0000000
--- a/templates/microblog.tmpl
+++ /dev/null
@@ -1,22 +0,0 @@
-<div class="microblog">
-
-<div class="inlinecontent">
-<TMPL_VAR CONTENT>
-</div>
-
-<div class="microblog-header">
-
-<TMPL_IF AUTHOR>
-<span class="author">
-<TMPL_IF AUTHORURL>
-<a href="<TMPL_VAR AUTHORURL>"><TMPL_VAR AUTHOR></a>
-<TMPL_ELSE>
-<TMPL_VAR AUTHOR>
-</TMPL_IF>
-</span>
-</TMPL_IF>
-
-&mdash; <TMPL_VAR CTIME>
-
-</div> <!--.microblog-header-->
-</div> <!--.microblog-->