1
0
mirror of synced 2024-12-16 16:16:04 +03:00
doctrine2/website/apps/frontend/modules/blog/templates/viewSuccess.php
2007-09-06 17:42:07 +00:00

12 lines
354 B
PHP

<h1><?php echo $blogPost->getName(); ?></h1>
<p><?php echo $blogPost->getBody(); ?></p>
<?php slot('right'); ?>
<input type="button" name="back_to_blog" value="Back to Blog" onClick="javascript: location.href = '<?php echo url_for('@blog'); ?>';" />
<br/><br/>
<?php echo get_component('blog', 'latest_blog_posts'); ?>
<?php end_slot(); ?>