Conflicts:
	inc/display.php
This commit is contained in:
czaks 2013-08-16 16:06:54 -04:00
commit ca565d07c2
5 changed files with 16 additions and 7 deletions

View file

@ -14,8 +14,8 @@
{% trans %}Spoiler Image{% endtrans %},
{% endif %}
{{ post.filesize|filesize }}
{% if post.filex and post.filey %}
, {{ post.filex}}x{{ post.filey }}
{% if post.filewidth and post.fileheight %}
, {{ post.filewidth}}x{{ post.fileheight }}
{% if config.show_ratio %}
, {{ post.ratio }}
{% endif %}