Author: simonetripodi Date: Thu Oct 27 13:44:53 2011 New Revision: 1189757 URL: http://svn.apache.org/viewvc?rev=1189757&view=rev Log: make sure the user really wants the topBar enabled
Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1189757&r1=1189756&r2=1189757&view=diff ============================================================================== --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Thu Oct 27 13:44:53 2011 @@ -497,7 +497,7 @@ <link rel="stylesheet" href="$relativePath/css/bootstrap-1.3.0.min.css" /> #if ( $decoration.custom.getChild( 'fluidoSkin' ) && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ) - && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ).getValue() ) + && 'true' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ).getValue() ) #set( $topBarEnabled = true ) <style>body{padding-top: 60px;}</style> #else