1
0
mirror of synced 2024-12-17 00:18:42 +03:00
doctrine2/website/apps/frontend/modules/blog/templates/viewSuccess.php

12 lines
354 B
PHP
Raw Normal View History

2007-09-06 21:21:56 +04:00
<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(); ?>