diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-04 09:07:08 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-04 09:07:08 +0000 |
commit | 5b39c3d1cd300503750162bad0af715161b1bb20 (patch) | |
tree | f922441bdc9f23b6b0ebf7b569d073e21615bca4 /h-source/Application/Include | |
parent | 4c86190fa4f00d3effbdbc487b317ffdd562f20b (diff) |
added pages related to footer links
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/version.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Include/version.php b/h-source/Application/Include/version.php index d0e3928..ab0134a 100644 --- a/h-source/Application/Include/version.php +++ b/h-source/Application/Include/version.php @@ -26,6 +26,9 @@ class Version public static $mobileAllowed = array( 'home,index', + 'contact,index', + 'credits,index', + 'project,index', ); //get the subfolder of the Views folder where to look for the view files |