mContentTypes[$module_params['content_type_guid']] ) ) { $title = KernelTools::tra( "Top Authors" ).': '.$gLibertySystem->getContentTypeName( $module_params['content_type_guid'] ); } else { $gBitSmarty->assign( 'showContentType', true ); $title = KernelTools::tra( "Top Authors" ); } $gBitSmarty->assign( 'moduleTitle', $title ); } */ $listHash = $_REQUEST; if( !empty( $module_params['content_type_guid'] ) ) { $listHash['content_type_guid'] = $module_params['content_type_guid']; } $listHash['max_records'] = $module_rows; $modAuthors = $gBitUser->getAuthorList( $listHash ); $gBitSmarty->assign( 'modAuthors', $modAuthors ); ?>