joomla comment 3.12 首页 发表评论Itemid值问题
|
|
Author: Autoit | Date:2007-12-22 | View: 11320 | Digg: 21 |
|
joomla comment 3.12 /components/com_comment/joscomment/comment.class.php about 405 line: function insertCountButton() { global $database, $mainframe; $Itemid = $mainframe->getItemid($this->_contentId); $adress = sefRelToAbs("index.php?option=com_content&task=view&id=$this->_contentId" . ( $Itemid ? "&Itemid=$Itemid" : "" )); ... }
Permanent URL: http://www.autoit.cn/index.php/content/view/111/25.html |