#17: make header layout configurable
This commit is contained in:
		
					parent
					
						
							
								ed91dc00ee
							
						
					
				
			
			
				commit
				
					
						159a16846c
					
				
			
		
					 9 changed files with 171 additions and 3 deletions
				
			
		|  | @ -5,4 +5,4 @@ | |||
|  */ | ||||
| 
 | ||||
| $conf['sidebar_sections'] = 'h1,h2,h3,h4,h5'; | ||||
| 
 | ||||
| $conf['header_layout'] = 'header-default'; | ||||
|  |  | |||
|  | @ -9,3 +9,12 @@ $meta['sidebar_sections'] = array( | |||
|                                     'li.level1 > .li', | ||||
|                                 ), | ||||
|                             ); | ||||
| 
 | ||||
| $meta['header_layout'] = array( | ||||
|                             'multichoice', | ||||
|                             '_choices' => array( | ||||
|                                 'header-default', | ||||
|                                 'header-compact', | ||||
|                                 'header-hidden', | ||||
|                             ), | ||||
|                         ); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jana Deutschländer
				Jana Deutschländer