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/_item.php
<div class="box">
<a name="<?php echo $part->getTitle() ?>"></a>
<h3><?php echo $part->getTitle() ?></h3>
<div class="bottom">
<?php echo $part->getContent() ?>
</div>
</div>