You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/02/11 00:05:34 UTC

svn commit: r1566815 - /myfaces/site/cms-site/trunk/lib/view.pm

Author: lu4242
Date: Mon Feb 10 23:05:34 2014
New Revision: 1566815

URL: http://svn.apache.org/r1566815
Log:
test how to fix documentation

Modified:
    myfaces/site/cms-site/trunk/lib/view.pm

Modified: myfaces/site/cms-site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/lib/view.pm?rev=1566815&r1=1566814&r2=1566815&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/lib/view.pm (original)
+++ myfaces/site/cms-site/trunk/lib/view.pm Mon Feb 10 23:05:34 2014
@@ -69,7 +69,7 @@ sub single_narrative {
                      $basePath = "$ptdir";
                      $basePath =~ s[/$][];
                  }
-                 $args{$headerKey} = pagetree("content$basePath/", $basePath, 1);
+                 #$args{$headerKey} = pagetree("content$basePath/", $basePath, 1);
             }
             if ($command = "pagetree(2)") {
                  my($ptfile, $ptdir, $ptext) = fileparse($args{path}, qr/\.[^.]*/);
@@ -78,7 +78,7 @@ sub single_narrative {
                      $basePath = "$ptdir";
                      $basePath =~ s[/$][];
                  }
-                 $args{$headerKey} = pagetree("content$basePath/", $basePath, 2);
+                 #$args{$headerKey} = pagetree("content$basePath/", $basePath, 2);
             }
         }
     }