diff options
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 |