showSuccess.php 398 Bytes
Newer Older
Яков's avatar
first  
Яков committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$translation = $page->getTranslation();
slot('title', $translation[$sf_user->getCulture()]['title']);
?>
<div class="er_rows">
    <?php
    include_partial('main/breadcrumbs');
    echo '<h1 class="content_title">' . $page->getTitle() . '</h1>';
    ?>
    <div class="max_width_small">
	    <div class="ftext pages">
	        <?php echo $page->getBody(ESC_RAW) ?>
	    </div>
	</div>
</div>