Return-Path: Delivered-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Received: (qmail 45300 invoked from network); 16 Feb 2011 15:53:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2011 15:53:26 -0000 Received: (qmail 22718 invoked by uid 500); 16 Feb 2011 15:53:26 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 22703 invoked by uid 500); 16 Feb 2011 15:53:26 -0000 Mailing-List: contact celix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-commits@incubator.apache.org Received: (qmail 22696 invoked by uid 99); 16 Feb 2011 15:53:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 15:53:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 15:53:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F00EC23889EA; Wed, 16 Feb 2011 15:53:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1071293 - /incubator/celix/site/trunk/lib/view.pm Date: Wed, 16 Feb 2011 15:53:02 -0000 To: celix-commits@incubator.apache.org From: abroekhuis@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110216155302.F00EC23889EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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; }