Hacked By AnonymousFox
<div class="widget">
<div class="widget-title">
<h4 class="nomargin"><?php _e('Attachments', 'academy'); ?></h4>
</div>
<div class="widget-content">
<ul class="styled-list style-4">
<?php foreach(ThemexLesson::$data['attachments'] as $attachment) { ?>
<li class="<?php echo $attachment['type']; ?>">
<a href="<?php echo $attachment['redirect']; ?>" target="_blank"><?php echo $attachment['title']; ?></a>
</li>
<?php } ?>
</ul>
</div>
</div>
Hacked By AnonymousFox1.0, Coded By AnonymousFox