Ignore:
Timestamp:
10/10/08 11:21:53 (4 years ago)
Author:
hverton
Message:

Removed 'small' class from album and gallery descriptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.albums.galleryview.tpl

    r1802 r1846  
    9393                </table> 
    9494                {if $photos[id].gallery_photo_description|default:"" != ""} 
    95                     <span class='small'>{$photos[id].parsed_gallery_photo_description}</span> 
     95                    {$photos[id].parsed_gallery_photo_description} 
    9696                {elseif $photos[id].can_edit} 
    97                     <span class='small'>{$locale.487}</span> 
     97                    {$locale.487} 
    9898                {/if} 
    9999            </td> 
Note: See TracChangeset for help on using the changeset viewer.