|
joomla comment 3.12 首页 发表评论Itemid值问题
|
|
|
|
Author: Autoit | Date:2007-12-22 | View: 9316 | 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
| 2 | 访客 @ 2008-03-18 21:40:42 : 解决了我的问题 | | 谢谢 |
| 1 | 访客 @ 2008-03-18 21:40:41 : 解决了我的问题 | | 谢谢 |
Only registered users can write comments. Please login or register. |