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

7 lines
274 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'); ?>';" />
<?php end_slot(); ?>