diff options
| author | wjames5 <will@tekimaki.com> | 2007-11-05 23:45:10 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-11-05 23:45:10 +0000 |
| commit | 648149717107857eab53797cfe75c6302778ff26 (patch) | |
| tree | 7450775b03ec631a592cd3e01435f21f5c162575 /admin | |
| parent | e87df1408d82780df834ad6cfdcd4c83c9ecaec9 (diff) | |
| download | blogs-648149717107857eab53797cfe75c6302778ff26.tar.gz blogs-648149717107857eab53797cfe75c6302778ff26.tar.bz2 blogs-648149717107857eab53797cfe75c6302778ff26.zip | |
create admin feature to toggle auto display of primary attachment - display is disabled by default
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_blogs_inc.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/admin_blogs_inc.php b/admin/admin_blogs_inc.php index 50cc7d4..a474313 100644 --- a/admin/admin_blogs_inc.php +++ b/admin/admin_blogs_inc.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_blogs/admin/admin_blogs_inc.php,v 1.20 2007/11/05 21:35:22 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_blogs/admin/admin_blogs_inc.php,v 1.21 2007/11/05 23:45:10 wjames5 Exp $ // get a list of blogs for the selection of the home blog require_once( BLOGS_PKG_PATH.'BitBlog.php' ); @@ -65,6 +65,10 @@ $formBlogFeatures = array( 'label' => 'Ajax Read More', 'note' => 'Ajax the "read more" text inline into the short description lists of posts.', ), + "blog_show_image" => array( + 'label' => 'Auto Display Primary Attachment', + 'note' => 'Blog posts can automatically display any attachment, typically an image, that is marked as the "Primary Attachment" during editing. This is especially useful for automatically inserting a photograph into a post.', + ), ); $gBitSmarty->assign( 'formBlogFeatures',$formBlogFeatures ); |
