load('helper','url'); ?>
My Comment Subscriptions

show_tabbed_nav($links, $captions, 1); ?>
load('libraries', 'table'); if($subscriptions){ $cms->table->clear(); $cms->table->set_heading(' ', 'Content Title', ' '); foreach($subscriptions as $row){ $action = '[ unsubscribe | ' . $row->subStatus . ' ]'; #Make the links //$link = sefRelToAbs("index.php?option={$row->option}&id={$row->contentid}&Itemid={$row->ItemId}&{$row->task}#jc_commentsDiv"); $link = jcGetContentLink($row->contentid, $row->ItemId) . '#jc_commentsDiv'; //$row->title = '' . $row->title . '
'; $row->title = ''.$row->title.'
'; $row->title .= '' . $row->total . ' Replies, Last replied by ' . $row->lastreply .''; $cms->table->add_row(' ' , $row->title, $action); } echo $cms->table->generate(); echo $pagination; } else { echo "No subscribed comments."; } ?>