sorted advanced options, easier to browse
This commit is contained in:
		
							parent
							
								
									180afca67a
								
							
						
					
					
						commit
						831dc3449c
					
				@ -55,6 +55,7 @@ class SetupTheme extends Themelet {
 | 
				
			|||||||
	public function display_advanced(Page $page, $options) {
 | 
						public function display_advanced(Page $page, $options) {
 | 
				
			||||||
		$rows = "";
 | 
							$rows = "";
 | 
				
			||||||
		$n = 0;
 | 
							$n = 0;
 | 
				
			||||||
 | 
							ksort($options);
 | 
				
			||||||
		foreach($options as $name => $value) {
 | 
							foreach($options as $name => $value) {
 | 
				
			||||||
			$h_value = html_escape($value);
 | 
								$h_value = html_escape($value);
 | 
				
			||||||
			$len = strlen($h_value);
 | 
								$len = strlen($h_value);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user