diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-11-23 23:23:22 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-11-23 23:23:22 +0000 |
commit | 8faa945e6145436a45d1ca1d3556226ee31ca7e5 (patch) | |
tree | bc43b50adfc5d4b283bca8910d8b1de8c512b500 /donators.inc.php | |
parent | d46c24bdb9d66bf9ed00d0d73e810419916db6f5 (diff) | |
download | www-8faa945e6145436a45d1ca1d3556226ee31ca7e5.tar www-8faa945e6145436a45d1ca1d3556226ee31ca7e5.tar.gz www-8faa945e6145436a45d1ca1d3556226ee31ca7e5.tar.bz2 www-8faa945e6145436a45d1ca1d3556226ee31ca7e5.tar.xz www-8faa945e6145436a45d1ca1d3556226ee31ca7e5.zip |
larger layout for donators page
Diffstat (limited to 'donators.inc.php')
-rw-r--r-- | donators.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/donators.inc.php b/donators.inc.php index 3e3467104..22189f528 100644 --- a/donators.inc.php +++ b/donators.inc.php @@ -332,7 +332,7 @@ function html_people_list($people) */ function html_orgs_list($orgs) { - $html = '<ul class="ty-ppl-list">'; + $html = '<ul class="ty-ppl-list twocol">'; foreach ($orgs as $o) $html .= sprintf('<li><a href="%s">%s</a> %s</li>', $o[0], $o[1], @$o[2]); $html .= '</ul>'; |