File manager - Edit - /home/capoccitel/www/wp-admin/default_media.php.tar
Back
www/components/com_tz_portfolio_plus/templates/profiler/html/default/date/default_media.php 0000705 00000001524 15242177175 0031623 0 ustar 00 home/capoccitel <?php /*------------------------------------------------------------------------ # TZ Portfolio Plus Extension # ------------------------------------------------------------------------ # author DuongTVTemPlaza # copyright Copyright (C) 2015 templaza.com. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://www.templaza.com # Technical Support: Forum - http://templaza.com/Forum -------------------------------------------------------------------------*/ // no direct access defined('_JEXEC') or die('Restricted access'); if($item = $this -> item) { if($item->event->onContentDisplayMediaType && !empty($item->event->onContentDisplayMediaType)){ ?> <div class="TzBlogMedia"> <?php echo $item->event->onContentDisplayMediaType; ?> </div> <?php } } ?>