merge
1 post Location: n.a. |
21.01.2012 02:43remove message in the frontendHi, i have udjamacomments installed and working
in the file: joomla/templates/template_name/html/com_content/category/mymessages_item.php
i have the following to create a edit message button:
$url = 'index.php?option=com_content&task=article.edit&a_id='.$this->item->id.'&return='.base64_encode($uri);
$button = JHtml::_('link',JRoute::_($url), 'Bewerken');
now i need a remove message button as well bu have no idea how.
anyone who can help?
thanks in advance
|