diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-11 17:13:07 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-11 17:13:07 +0000 |
commit | 10f51945ac703a80421f7a1d3aee36101e6485bc (patch) | |
tree | cfb08847b2b1546f506317128b0247019c750b02 /h-source/Application/Include | |
parent | 2fee8068c26773b3ff8ca1b822a5a363c6b639af (diff) |
mobile version: added catalogue page for each device category
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/version.php | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/h-source/Application/Include/version.php b/h-source/Application/Include/version.php index 2930d78..928a8e1 100644 --- a/h-source/Application/Include/version.php +++ b/h-source/Application/Include/version.php @@ -30,6 +30,34 @@ class Version 'credits,index', 'project,index', 'hardware,catalogue', + 'wifi,catalogue', + 'wifi,view', + 'videocards,catalogue', + 'videocards,view', + 'printers,catalogue', + 'printers,view', + 'scanners,catalogue', + 'scanners,view', + 'threegcards,catalogue', + 'threegcards,view', + 'soundcards,catalogue', + 'soundcards,view', + 'webcams,catalogue', + 'webcams,view', + 'bluetooth,catalogue', + 'bluetooth,view', + 'acquisitioncards,catalogue', + 'acquisitioncards,view', + 'fingerprintreaders,catalogue', + 'fingerprintreaders,view', + 'ethernetcards,catalogue', + 'ethernetcards,view', + 'sdcardreaders,catalogue', + 'sdcardreaders,view', + 'modems,catalogue', + 'modems,view', + 'notebooks,catalogue', + 'notebooks,view', ); //get the subfolder of the Views folder where to look for the view files |