You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by ab...@apache.org on 2011/02/16 16:53:02 UTC

svn commit: r1071293 - /incubator/celix/site/trunk/lib/view.pm

Author: abroekhuis
Date: Wed Feb 16 15:53:02 2011
New Revision: 1071293

URL: http://svn.apache.org/viewvc?rev=1071293&view=rev
Log: (empty)

Modified:
    incubator/celix/site/trunk/lib/view.pm

Modified: incubator/celix/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/incubator/celix/site/trunk/lib/view.pm?rev=1071293&r1=1071292&r2=1071293&view=diff
==============================================================================
--- incubator/celix/site/trunk/lib/view.pm (original)
+++ incubator/celix/site/trunk/lib/view.pm Wed Feb 16 15:53:02 2011
@@ -47,7 +47,7 @@ sub single_narrative {
 #	$args{sidenav} = {};
 #	read_text_file "templates/sidenav.mdtext", $args{sidenav} ;
 
-    $args{breadcrumbs} = breadcrumbs($args{path}, $args{headers});
+#    $args{breadcrumbs} = breadcrumbs($args{path}, $args{headers});
 
     return Template($template)->render(\%args), html => \%args;
 }