variables d'entrées GET
variables générales
	
	
		| variable | type | contenu | 
	
	
		| $heading_title | String | void | 
	
		| $breadcrumbs | array | variable | 
	
		| $categories | array | variable | 
	
		| $informations | array | void | 
	
		| $special | String | void | 
	
		| $account | String | void | 
	
		| $edit | String | void | 
	
		| $password | String | void | 
	
		| $address | String | void | 
	
		| $history | String | void | 
	
		| $download | String | void | 
	
		| $cart | String | void | 
	
		| $checkout | String | void | 
	
		| $search | String | void | 
	
		| $contact | String | void | 
 
variables d'élément de langue
	
	
		| variable | type | contenu | 
	
	
		| $text_special | String | void | 
	
		| $text_account | String | void | 
	
		| $text_edit | String | void | 
	
		| $text_password | String | void | 
	
		| $text_address | String | void | 
	
		| $text_history | String | void | 
	
		| $text_download | String | void | 
	
		| $text_cart | String | void | 
	
		| $text_checkout | String | void | 
	
		| $text_search | String | void | 
	
		| $text_information | String | void | 
	
		| $text_contact | String | void | 
 
variables de liens
	
	
		| variable | type | contenu | 
	
	
		| $variable | String | lien vers XY | 
 
Précisions sur certains Arrays
	
		| $breadcrumbs |  |  | 
	
		| clé | type | contenu | 
	
		| text | String |  | 
	
		| href | String |  | 
	
		| separator | String |  | 
	
		| $categories |  |  | 
	
		| clé | type | contenu | 
	
		| name | String | nom | 
	
		| children | Array | $level_2_data | 
	
		| href | String | url | 
	
		| $level_2_data |  |  | 
	
		| clé | type | contenu | 
	
		| name | String | nom | 
	
		| children | Array | $level_3_data | 
	
		| href | String | url | 
	
		| $level_3_data |  |  | 
	
		| clé | type | contenu | 
	
		| name | String | nom | 
	
		| href | String | url | 
	
		| $informations |  |  | 
	
		| clé | type | contenu | 
	
		| title | String | titre | 
	
		| href | String | url | 
 
exemple
notes