diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index 6e62138c1b..80e42dd617 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -4244,6 +4244,8 @@ hr.line-dots { .filer-icon { display: block; width: 16px; height: 16px; background-image: url('images/file.gif'); + margin-left: 5px; + float: left; } .icon.dim { opacity: 0.3;filter:alpha(opacity=30); } diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index 0c7b149540..f5defdfe5c 100644 --- a/view/theme/smoothly/theme.php +++ b/view/theme/smoothly/theme.php @@ -3,7 +3,7 @@ /* * Name: Smoothly * Description: Like coffee with milk. Theme works fine with iPad[2]. - * Version: Version 0.11.14 + * Version: Version 0.11.14-2 * Author: Alex * Maintainer: Alex * Screenshot: Screenshot diff --git a/view/theme/smoothly/wall_thread.tpl b/view/theme/smoothly/wall_thread.tpl index 46cbe651de..3b4deaff91 100644 --- a/view/theme/smoothly/wall_thread.tpl +++ b/view/theme/smoothly/wall_thread.tpl @@ -70,17 +70,18 @@ {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }} {{ endif }} + + {{ if $item.has_folders }} +
$item.txt_folders {{ for $item.folders as $cat }}$cat.name + [$remove] + {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }} +
+ {{ endif }} + {{ if $item.drop.pagedrop }} - {{ endif }} + + {{ endif }} +