PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
newsdetail
<?php $item = $this->item_data; if (!isset($item)) { echo '<p>No data fount</p>'; } else { $news_rawcontent = $item['content']; $item['content'] = compileContent($news_rawcontent, $item, 'news', true); $this->includeViewFile('newsdetail_item'.$this->layout_type, array('data' => $item)); } ?>
[+]
..
[-] backend.php
[edit]
[-] frontend_class.php
[edit]
[-] frontend_view.php
[edit]
[-] backend.js
[edit]