Log in with username/password: lyceum/lyceum

Changeset 1266

Show
Ignore:
Timestamp:
11/24/07 00:33:46 (9 months ago)
Author:
jjb
Message:

Bringing back r1249, using taglib this time.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/src/lyceum/system-admin/settings.php

    r1265 r1266  
    121121lyceum_settings_text_input('users_can_create_num_blogs', 'How many blogs can users create?', '0 means no limit') . 
    122122lyceum_settings_boolean_input('presentation_tab', 'User Customization', 'Allow users to change their blog\'s theme and adjust its settings.') . 
     123lyceum_settings_boolean_input('create_example_post', 'Create Example Post', 'Should an example blog post be created when a new blog is created?') . 
     124lyceum_settings_textarea_input('example_post_body', 'Example post body', 'The body of the example post.') . 
     125lyceum_settings_boolean_input('create_example_page', 'Create Example Page', 'Should an example page be created when a new blog is created?') . 
     126lyceum_settings_textarea_input('example_page_body', 'Example page body', 'The body of the example page.') . 
    123127lyceum_settings_boolean_input('import_allowed', 'Import Scripts', 'Allow users to use the import scripts?', 'These scripts are not yet thoroughly tested and are therefore a potential security vulnerability.') . 
    124128lyceum_settings_boolean_input('gzipcompression', 'gzip Compression', 'Compress articles (gzip) if browsers ask for them.', 'This feature has not been thoroughly tested.') . 
Log in with username/password: lyceum/lyceum