HEX
Server: Apache
System: Linux uws7-179.cafe24.com 3.10.0-1160.119.1p.el7.x86_64 #1 SMP Thu Sep 11 14:15:01 KST 2025 x86_64
User: medikors (1589)
PHP: 7.3.1p1
Disabled: mysql_pconnect
Upload Files
File: /medikors/www/eng/wp-content/plugins/jet-menu/templates/admin/settings-nav.php
<div class="jet-menu-settings-fields">
<?php

if ( count( $tagged_menu_locations ) == 1 ) {

	$locations = array_keys( $tagged_menu_locations );
	$location  = $locations[0];

	if ( isset( $tagged_menu_locations[ $location ] ) ) {
		include $settings_list;
	}

} else {

	echo '<div class="jet-menu-settings-locations">';

		foreach ( $theme_locations as $location => $name ) {

			if ( ! isset( $tagged_menu_locations[ $location ] ) ) {
				continue;
			}

			printf( '<h4 class="theme_settings">%s</h4>', esc_html( $name ) );

			echo '<div>';
			include $settings_list;
			echo '</div>';
		}

	echo '</div>';

}
?>
</div>

<?php submit_button( __( 'Save', 'jet-menu' ), 'jet-menu-settins-save button-primary alignright' ); ?>
<span class='spinner'></span>