* @copyright 2007-2022 Leotheme * @license http://leotheme.com - prestashop template provider */ namespace LeoElements; use LeoElements\Leo_Helper; if ( ! defined( '_PS_VERSION_' ) ) { exit; // Exit if accessed directly. } if (session_status() == PHP_SESSION_NONE) { session_start(); } $body_classes = [ 'elementor-editor-active', ]; if ( Leo_Helper::is_rtl() ) { $body_classes[] = 'rtl'; } $notice = ''; ?> <?php echo Leo_Helper::__( 'LeoElements', 'elementor' ) . ' | ' . ( Leo_Helper::$post_title ? Leo_Helper::$post_title : '' ); ?>