public static function helperThreadPrefix($arg1, $arg2)
{
$prefix1 = XenForo_Template_Helper_Core::helperThreadPrefix($arg1, $arg2);
$prefix2 = self::helperThreadPrefix2($arg1, $arg2);
return $prefix1 . $prefix2;
}
public static function helperThreadPrefix2($arg1, $arg2)
{
// threadPrefix2 code here.
return '';
}