source:
extensions/Mobile_Theme_for_Tablets/install/config_default.inc.php
@
22326
Last change on this file since 22326 was 19815, checked in by , 12 years ago | |
---|---|
|
|
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.