Search
Search Only:

Search Keyword foreach

Total: 3 results found.

When I use community builder 1.1 for joomla 1.5.x, it reports the following error. Warning: Invalid argument supplied for foreach() in /components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php on ...
...  To remove the above javascript's import, you just need to add the following code at the top of your template's index.php file. <?php //remove mootools.js and caption.js $headerstuff=$this->getHeadData(); reset($headerstuff['scripts']); foreach($headerstuff['scripts'] ...
...  $parts=explode('&',$linkParts[1]); foreach($parts as $p){ $nv=explode('=',$p); $params[$nv[0]] = $nv[1]; } $isContentMenu=0; if($params['option']=='com_content'){  ...