Source
Source Code of This Project
Actions
- Download source code
-
Browse source code
- apps
- lib
- filter
- form
- helper
- model
- task
- validator
- widget
- test
- LICENSE
- README
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; ?>