PATH:
home
/
letacommog
/
letaweb
/
admin
/
widgets
/
views
/
modules
<li class="comment_item"> <div class="row"> <div class="col-md-2"> <img src="/images/icons/user.png" /> </div> <div class="col-md-10 comment_content"> <p class="comment_author"> <?php $name_string = ''; if (strlen($comment['url']) > 0) { $name_string = '<a target="_blank" href="'.$comment['url'].'">'.$comment['name'].'</a>'; } else { $name_string = $comment['name']; } echo $name_string; ?> </p> <div class="comment_date"> <p><?php $date = new DateTime($comment['date_added']); echo $date->format(Configuration::get('DATE_FORMAT').' '.Configuration::get('TIME_FORMAT')); ?></p> </div> <p class="content"><?php echo $comment['content']; ?></p> <?php $news = BNews::model()->findByPk($news_id); if(isset($news)) { $child_comments = BNews_Comments::model()->findAll('parent_id =:parent_id and news_id=:news_id', array(':news_id' => (int) $news->inline_id, ':parent_id' => (int) $comment['inline_id'])); } else $child_comments = array(); ?> <div class="action align-right"> <p> <a href="#replay_container_<?php echo $comment['id'] ?>" class="replay_comment_btn"> <?php echo Yii::t('module', 'Reply'); ?> </a> </p> </div> </div> </div> <ul class="reply_list"> <div class="reply_container" id="replay_container_<?php echo $comment['id'] ?>"> <div class="comment_form_wrap"> <H2><?php echo Yii::t('module', 'Leave your reply') ?></H2> <?php $form = new NewsCommentForm(); $form->news_id = $news_id; // $form->module_id = $this->page_id; $form->parent_id = $comment['id']; includeViewFile('newscomment_reply_form', array('form' => $form, 'comment' => $comment),false,'application.widgets.views.modules'); ?> </div> </div> <?php foreach ($child_comments as $child_comment) { includeViewFile('newscomment_item', array('comment' => $child_comment,'news_id'=>$news_id),false,'application.widgets.views.modules'); } ?> </ul> </li>
[+]
..
[-] contactform.php
[edit]
[-] ihover.php
[edit]
[-] modal.php
[edit]
[-] news_slideshow.php
[edit]
[-] news_gallery_item1.php
[edit]
[-] facebookvideo.php
[edit]
[-] social_buttons.php
[edit]
[-] share_buttons_item0.php
[edit]
[-] audio_player.php
[edit]
[-] mini_news_list_item5.php
[edit]
[-] simplelist.php
[edit]
[+]
contactform
[-] spacer.php
[edit]
[-] newsdetail_item3.php
[edit]
[-] share_buttons.php
[edit]
[-] cycleslider.php
[edit]
[-] facebookcomment.php
[edit]
[-] video.php
[edit]
[-] linklist.php
[edit]
[-] newslist.php
[edit]
[-] newsdetail_item2.php
[edit]
[-] facebooklike.php
[edit]
[-] newscategory.php
[edit]
[-] newscomment.php
[edit]
[-] mini_news_list_item4.php
[edit]
[-] recentnews_item.php
[edit]
[-] news_gallery_item0.php
[edit]
[-] share_buttons_item1.php
[edit]
[-] share_buttons_item6.php
[edit]
[-] image.php
[edit]
[-] pricetable.php
[edit]
[-] gallery.php
[edit]
[-] menu_functions.php
[edit]
[-] youtube.php
[edit]
[-] newscomment_item.php
[edit]
[-] statcounter.php
[edit]
[-] icon.php
[edit]
[-] facebookpost.php
[edit]
[-] facebookpage.php
[edit]
[+]
script
[+]
productlist
[-] menu.php
[edit]
[-] flash.php
[edit]
[-] typedtext.php
[edit]
[-] news_monthlist.php
[edit]
[-] countdown.php
[edit]
[-] carousel.php
[edit]
[+]
newslist
[-] iframe.php
[edit]
[-] newsdetail_item1.php
[edit]
[-] linklist_functions.php
[edit]
[-] rssfeed.php
[edit]
[-] navbar.php
[edit]
[-] embed.php
[edit]
[-] infobox.php
[edit]
[-] common_functions.php
[edit]
[-] infobanner.php
[edit]
[-] html.php
[edit]
[-] share_buttons_item5.php
[edit]
[-] text.php
[edit]
[-] share_buttons_item2.php
[edit]
[-] newsdetail.php
[edit]
[-] title.php
[edit]
[-] mailchimp.php
[edit]
[-] recentnews.php
[edit]
[-] testmodule.php
[edit]
[-] slideshow.php
[edit]
[-] button.php
[edit]
[-] newscomment_form.php
[edit]
[-] googlemap.php
[edit]
[-] backtotop.php
[edit]
[-] alert.php
[edit]
[-] fancytext.php
[edit]
[-] tagcloud.php
[edit]
[-] facebooksend.php
[edit]
[-] ecommerce_top_bar.php
[edit]
[-] news_gallery_item2.php
[edit]
[-] share_buttons_item3.php
[edit]
[-] newscomment_reply_form.php
[edit]
[-] share_buttons_item4.php
[edit]
[-] infotable.php
[edit]
[-] progress_bar.php
[edit]
[-] newsdetail_item0.php
[edit]
[-] line.php
[edit]
[-] news_gallery.php
[edit]