| Current Path : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso-files/templates/file/ |
| Current File : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso-files/templates/file/content-media.php |
<?php
if ($files) {
foreach ($files as $file) {
$data = PeepSoFileUploads::prepare_for_display($file);
PeepSoTemplate::exec_template('file', 'single-file', $data);
}
}