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.albumview.tpl

    r1802 r1846  
    110110                {/if} 
    111111                {if $photos[id].album_photo_description|default:"" != ""} 
    112                     <span class='small'>{$photos[id].parsed_album_photo_description}</span> 
     112                    {$photos[id].parsed_album_photo_description} 
    113113                {elseif $photos[id].can_edit} 
    114                     <span class='small'>{$locale.487}</span> 
     114                    {$locale.487} 
    115115                {/if} 
    116116            </td> 
Note: See TracChangeset for help on using the changeset viewer.