Ignore:
Timestamp:
Mar 22, 2010, 11:17:33 AM (14 years ago)
Author:
plg
Message:

feature 1528: update the about page content (FR/EN only currently).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/about.tpl

    r5164 r5250  
    1010    <h2>{'About'|@translate}</h2>
    1111  </div>
    12   <ul>
     12  <div id="piwigoAbout">
    1313  {$ABOUT_MESSAGE}
    1414  {if isset($THEME_ABOUT) }
    15   <li>{$THEME_ABOUT}</li>
     15  <ul>
     16   <li>{$THEME_ABOUT}</li>
     17  </ul>
    1618  {/if}
    17   </ul>
     19  </div>
    1820</div>
Note: See TracChangeset for help on using the changeset viewer.