Log in with username/password: lyceum/lyceum

Changeset 1268

Show
Ignore:
Timestamp:
11/24/07 00:39:20 (11 months ago)
Author:
jjb
Message:

Bringing back r1251, using taglib.

Files:

Legend:

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

    r1267 r1268  
    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_textarea_input('new_user_welcome_message', 'New user welcome message', 'The message that will be emailed to a user upon account creation. If a user simultaneously registers and creates a blog, they will get both this message and the one below.') . 
     124lyceum_settings_textarea_input('new_blog_welcome_message', 'New blog welcome message', 'The message that will be emailed to a user upon creation of a blog.') . 
    123125lyceum_settings_boolean_input('create_example_post', 'Create Example Post', 'Should an example blog post be created when a new blog is created?') . 
    124126lyceum_settings_text_input('example_post_title', 'Example post title', 'The title of the example post.') . 
Log in with username/password: lyceum/lyceum