Changeset 5250 for trunk/themes


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).

Location:
trunk/themes/default
Files:
2 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>
  • trunk/themes/default/theme.css

    r5129 r5250  
    850850        border: 1px solid gray;
    851851}
     852
     853#piwigoAbout {width:600px;margin:0 auto;}
     854#linkToPiwigo {text-align:center;}
Note: See TracChangeset for help on using the changeset viewer.