Warning: Declaration of PortfolioWalker::start_el(&$output, $category, $depth, $args) should be compatible with Walker_Category::start_el(&$output, $data_object, $depth = 0, $args = Array, $current_object_id = 0) in /home/webundso/public_html/webundso.ch/wp-content/themes/rivers/library/includes/portfolio_walker.php on line 4

Warning: Declaration of PortfolioWalker2::start_el(&$output, $category, $depth, $args) should be compatible with Walker_Category::start_el(&$output, $data_object, $depth = 0, $args = Array, $current_object_id = 0) in /home/webundso/public_html/webundso.ch/wp-content/themes/rivers/library/includes/portfolio_walker.php on line 37
Blog - webundso GmbH - Internet-Agentur für TYPO3 und WordPress

Eine zeitgemässe Footernavigation wird mit Typoscript folgendermassen gemacht:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
lib.FOOTERNAV = HMENU
lib.FOOTERNAV {
	entryLevel = 0
	#excludeUidList =
 
	1 = TMENU
	1 {
		expAll = 1
		noBlur = 1
		wrap = <ul class="F1"> | </ul>
 
		NO = 1
		NO.wrapItemAndSub = <li> | </li>
 
	}
	2 < .1
	2.wrap = <ul class="F2"> | </ul>
 
}