Actions

Source Code of This Project

/apps/frontend/modules/resume/templates/printSuccess.php

<h1>CV</h1>
<?php echo $sf_request->getHost() ?>
<?php foreach($resume as $part): ?>
    <?php include_partial('item', compact('part')) ?>
<?php endforeach; ?>