i18n::translate('User Journal'), 'type'=>'user', 'descr'=>i18n::translate('The User Journal block lets the user keep notes or a journal online.'), 'canconfig'=>false, 'config'=>array( 'cache'=>0 ) ); /** * Prints a user news/journal * */ function print_user_news($block=true, $config="", $side, $index) { global $WT_IMAGE_DIR, $WT_IMAGES, $TEXT_DIRECTION, $ctype; $usernews = getUserNews(WT_USER_ID); $id="user_news"; $title = i18n::translate('My Journal'); $title .= help_link('mygedview_myjournal'); $content = ""; if (count($usernews)==0) { $content .= i18n::translate('You have not created any Journal items.').' '; } foreach($usernews as $key=>$news) { $day = date("j", $news["date"]); $mon = date("M", $news["date"]); $year = date("Y", $news["date"]); $content .= "