You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2012/09/16 19:54:42 UTC

svn commit: r1385331 - /incubator/flex/site/trunk/lib/path.pm

Author: erikdebruin
Date: Sun Sep 16 17:54:41 2012
New Revision: 1385331

URL: http://svn.apache.org/viewvc?rev=1385331&view=rev
Log:
Laying foundation for implementing new site design.

Modified:
    incubator/flex/site/trunk/lib/path.pm

Modified: incubator/flex/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/lib/path.pm?rev=1385331&r1=1385330&r2=1385331&view=diff
==============================================================================
--- incubator/flex/site/trunk/lib/path.pm (original)
+++ incubator/flex/site/trunk/lib/path.pm Sun Sep 16 17:54:41 2012
@@ -7,7 +7,7 @@ our @patterns = (
 	[qr!\.html$!, html_page => { template => "html_page.html" }],
 	[qr!\.htm$!, html_page => { template => "html_page.html" }],
     [qr!\.chtml$!, html_page => { template => "no_template.html" }],
-    [qr!\.fhtml$!, flex_page => { template => "flex_page.html" }],
+    [qr!\.fhtml$!, single_narrative => { template => "flex_page.html" }],
 ) ;
 
 # for specifying interdependencies between files