'.($catalog_h2 ?? 'Catalog').' ('.$query_total.')

'.($catalog_p ?? '').'

'; if (isset($success_msg)){ $view .= '

'.$success_msg.'

'; } $description = json_encode($catalog, JSON_PRETTY_PRINT); $view .= '
' . $description . '
'; $view.=''; //OUTPUT echo $view; template_footer(); ?>