* @copyright 2007-2022 Leotheme * @license http://leotheme.com - prestashop template provider */ use LeoElements\Leo_Helper; if ( ! defined( '_PS_VERSION_' ) ) { exit; // Exit if accessed directly. } /** * @var array $reports */ foreach ( $reports as $report_name => $report ) : ?>
| {$plugin['Name']}"; else : $plugin_name = $plugin['Name']; endif; if ( $plugin['Version'] ) : $plugin_name .= ' - ' . $plugin['Version']; endif; echo $plugin_name; ?> | {$plugin['Author']}"; else : $author = $plugin['Author']; endif; echo "By $author"; endif; ?> | |