|
function start_el( &$strOutput, $oCategory, $intDepth, $arrArgs ) { |
There is an error with this function once installing the them on PHP 7.
This should be updated to function start_el( &$strOutput, $oCategory, $intDepth = 0, $arrArgs = array(), $intID = 0) {
Related to #87 #82