diff --git a/themes/3nids/3nids/css/screen.css b/themes/3nids/3nids/css/screen.css index ecfd03f7..35c30c84 100755 --- a/themes/3nids/3nids/css/screen.css +++ b/themes/3nids/3nids/css/screen.css @@ -492,6 +492,8 @@ form .gError, #gContent .gPhoto h2, #gContent .gItem .gMetadata { + margin-top: .2em; + color: #ffffcc; display: none; } diff --git a/themes/3nids/3nids/thumbnail.png b/themes/3nids/3nids/thumbnail.png index e1018daf..3b7bcfec 100755 Binary files a/themes/3nids/3nids/thumbnail.png and b/themes/3nids/3nids/thumbnail.png differ diff --git a/themes/3nids/3nids/views/album.html.php b/themes/3nids/3nids/views/album.html.php index aee42554..592021fa 100755 --- a/themes/3nids/3nids/views/album.html.php +++ b/themes/3nids/3nids/views/album.html.php @@ -44,6 +44,11 @@ thumb_bottom($child) ?> context_menu($child, "#gItemId-{$child->id} .gThumbnail") ?> + is_photo() && module::is_active("comment") && module::is_active("comment_3nids")) :?> + + diff --git a/themes/3nids/3nids/views/dynamic.html.php b/themes/3nids/3nids/views/dynamic.html.php index 977227ce..8de339f7 100755 --- a/themes/3nids/3nids/views/dynamic.html.php +++ b/themes/3nids/3nids/views/dynamic.html.php @@ -55,6 +55,11 @@ thumb_bottom($child) ?> context_menu($child, "#gItemId-{$child->id} .gThumbnail") ?> + is_photo() && module::is_active("comment") && module::is_active("comment_3nids")) :?> + + diff --git a/themes/3nids/3nids/views/search.html.php b/themes/3nids/3nids/views/search.html.php index ea91f93e..e28fa55a 100755 --- a/themes/3nids/3nids/views/search.html.php +++ b/themes/3nids/3nids/views/search.html.php @@ -20,38 +20,43 @@ - -
  • - thumb_top($item) ?> - is_album())): ?> - is_photo()): ?> + +
  • + thumb_top($child) ?> + is_album())): ?> + is_photo()): ?> - id}") . ";;";} ?> - id}") . ";;comment_count::" . comment_3nids::count($item) . ";;" ;} ?> - + id}") . ";;";} ?> + id}") . ";;comment_count::" . comment_3nids::count($child) . ";;" ;} ?> + - + - photo + photo -

    parent()->title ?>

    +

    parent()->title ?>

    admin): ?> - view + view - - photo -

    title) ?>

    +
    + photo +

    title) ?>

    -thumb_bottom($item) ?> -context_menu($item, "#gItemId-{$item->id} .gThumbnail") ?> +thumb_bottom($child) ?> +context_menu($child, "#gItemId-{$child->id} .gThumbnail") ?> + is_photo() && module::is_active("comment") && module::is_active("comment_3nids")) :?> + +