Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorruizit0
    • CommentTimeOct 26th 2005 edited
     
    hi!
    where i can remove the (X album) and the (X pictures) below the thunbnails ?
    thanks
    • CommentAuthorruizit0
    • CommentTimeOct 26th 2005
     
    fixed! :D

    remove the lines
    <div class="meta-header">('.$num_albums.' album';

    if ($num_albums != 1) $output .= 's';

    $output .= ')</div></div>
    • CommentAuthorjack
    • CommentTimeOct 27th 2005
     
    Probably

    .meta-header {
    display:none;
    }

    will work also.