
disp( 'tagline', 'htmlbody' ) ?>
disp( 'longdesc', 'htmlbody' ); ?>
disp( );
// fp>> TODO: I think we should rather forget the messages here so they don't get displayed again.
// --------------------------------- END OF MESSAGES ---------------------------------
?>
', '' );
// ------------------------------ END OF REQUEST TITLE -----------------------------
?>
display_if_empty(); // Display message if no post
if( isset($MainList) ) while( $Item = & $MainList->get_item() )
{
?>
date_if_changed();
?>
locale ); // Temporarily switch to post locale
$Item->anchor(); // Anchor for permalinks to refer to
?>
title(); ?>
permanent_link( '#icon#' );
echo ' ';
$Item->issue_time();
echo ', '.T_('by').' ';
$Item->author( '', '' );
$Item->msgform_link( $Blog->get('msgformurl') );
echo ', ';
$Item->wordcount();
echo ' '.T_('words');
echo ', ';
$Item->views();
echo ' ';
locale_flag( $Item->locale, 'h10px' );
echo '
', T_('Categories'), ': ';
$Item->categories();
?>
content(); ?>
permanent_link( '#', '#', 'permalink_right' ); ?>
feedback_link( 'comments', '' ) // Link to comments ?>
feedback_link( 'trackbacks', ' • ' ) // Link to trackbacks ?>
edit_link( ' • ' ) // Link to backoffice for editing ?>
trackback_rdf() // trackback autodiscovery information ?>