Example #1
0
				<div class="post">
					<?php 
$bb_post = $posts[0];
?>
					<?php 
if (GZ::can_edit($bb_post)) {
    ?>
					<div class="info">
						<?php 
    GZ::post_edit_link();
    ?>
						<?php 
    if (GZ::can_delete()) {
        ?>
							<?php 
        GZ::topic_delete_link(array('before' => '', 'after' => ''));
        ?>
						<?php 
    }
    ?>
					</div>
					<?php 
}
?>

					<h3 class="breadcrumb"><?php 
echo GZ::breadcrumbs();
?>
</h3>
					
					<?php