Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 160 | Rev 186 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 160 Rev 163
Line 61... Line 61...
61
			</div><!-- /navigation -->
61
			</div><!-- /navigation -->
Line 62... Line 62...
62
			
62
			
63
			
63
			
-
 
64
			<div id="center">
64
			<div id="center">
65
	          <?php print $breadcrumb; ?>
-
 
66
	          <?php if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif; ?>
-
 
67
	          <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
65
	          <?php print $breadcrumb; ?>
68
	          <?php if ($tabs): print '<ul class="tabs primary">'. $tabs .'</ul></div>'; endif; ?>
Line 66... Line 69...
66
	          <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
69
	          <?php if ($tabs2): print '<ul class="tabs secondary">'. $tabs2 .'</ul>'; endif; ?>
Line 67... Line 70...
67
	          <?php print $help; ?>
70
	          <?php print $help; ?>