'><?php 
            echo _LANG_C_NAME_DELETE;
            ?>
</a>
<?php 
        }
        if ('private' == $post->post_status) {
            ?>
	- <strong>Private</strong>
<?php 
        }
        ?>
	]
	<br />
	<strong><a href="<?php 
        permalink_link();
        ?>
" rel="permalink"><?php 
        the_title();
        ?>
</a></strong> &#8212; <cite><?php 
        the_author();
        ?>
 (<a href="javascript:profile(<?php 
        the_author_ID();
        ?>
)"><?php 
        the_author_nickname();
        ?>
</a>)</cite>, in <strong><?php 
        the_category();
function smarty_permalink_link($params)
{
    $file = '';
    $mode = 'id';
    extract($params);
    return permalink_link($file, $mode);
}