Notice: Undefined property: ...ViewCategory::$action
in category view (front)
add to view.html.php
$uri = &JFactory::getURI();
$this->assign('action',$uri->toString());
| Next > |
|---|
in category view (front)
add to view.html.php
$uri = &JFactory::getURI();
$this->assign('action',$uri->toString());
| Next > |
|---|