Recent posts functionality

Conflicts:
	inc/config.php
	inc/mod/pages.php
	mod.php
This commit is contained in:
sinuca 2014-03-17 19:11:16 -03:00 committed by czaks
parent eac7d10ee0
commit fb2b66e2dd
5 changed files with 148 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{% if posts|count %}
<p style="text-align:center" class="unimportant">({% trans 'There are no active posts.' %})</p>
{% else %}
{% endif %}