[+] FO : mobile theme re-included in the trunk

This commit is contained in:
dMetzger
2012-08-28 15:47:12 +00:00
parent 5b37fb3329
commit f28088bd2f
97 changed files with 8534 additions and 32 deletions
@@ -160,6 +160,12 @@ class AdminThemesControllerCore extends AdminController
'type' => 'text',
'size' => 20
),
'PS_ALLOW_MOBILE_DEVICE' => array(
'title' => $this->l('Enable mobile theme'),
'desc' => $this->l('Allows visitors browsing on a mobile device, to have a light version of website'),
'cast' => 'intval',
'type' => 'bool',
)
),
'submit' => array('title' => $this->l('Save'), 'class' => 'button')
),