source: extensions/Mobile_Theme_for_Tablets/install/config_default.inc.php @ 19815

Last change on this file since 19815 was 19815, checked in by julien1311, 11 years ago

first working version

  • Property svn:eol-style set to LF
File size: 153 bytes
Line 
1<?php
2$config_default = array('devices' => array(
3                                                                                        'mobile' => '1',
4                                                                                        'tablet' => '1',
5                                                                                        'desktop' => '0',
6                                                                                ),
7);
8?>
Note: See TracBrowser for help on using the repository browser.