diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-28 13:19:44 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-28 13:19:44 -0400 |
commit | bdb83be1790c089b8c236cc57c1448c787a7ecef (patch) | |
tree | ae5ee0f009ae98f5a3a3e2ccfbce12f3c22cc48c | |
parent | 7b505743f2b5adf0aeeaaf1faa116f3d86752d82 (diff) |
add greenBg for license
darcs-hash:20080528171944-84dde-9de7d48ed96a7bd763a1720a472db1e7a7246000.gz
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index ab25d7469..448c049c0 100644 --- a/lib/util.php +++ b/lib/util.php @@ -152,7 +152,7 @@ function common_text($txt) { function common_license_block() { global $config, $xw; - common_element_start('p', 'license'); + common_element_start('p', 'license greenBg'); common_element_start('span', 'floatLeft width25'); common_element_start('a', array('class' => 'license', 'rel' => 'license', |