Ignore:
Timestamp:
Mar 26, 2007, 9:15:52 PM (17 years ago)
Author:
rub
Message:

"Put checkbox on the left!"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r1901 r1920  
    5050
    5151$main_checkboxes = array(
     52    'rate',
     53    'rate_anonymous',
    5254    'email_admin_on_new_user',
    5355    'allow_user_registration',
     
    234236        'GALLERY_LOCKED_YES'=>$lock_yes,
    235237        'GALLERY_LOCKED_NO'=>$lock_no,
    236         ($conf['rate']==true?'RATE_YES':'RATE_NO')=>$html_check,
    237         ($conf['rate_anonymous']==true
    238              ? 'RATE_ANONYMOUS_YES' : 'RATE_ANONYMOUS_NO')=>$html_check,
    239238        'CONF_GALLERY_TITLE' => $conf['gallery_title'],
    240239        'CONF_PAGE_BANNER' => $conf['page_banner'],
Note: See TracChangeset for help on using the changeset viewer.