-
Notifications
You must be signed in to change notification settings - Fork 3
/
lang.xml
30 lines (30 loc) · 904 Bytes
/
lang.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<!DOCTYPE modification SYSTEM "http://www.simplemachines.org/xml/modification">
<modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
<license>
<!--
/**
* Mobile Device Detect (MDD)
*
* @package MDD
* @author emanuele
* @copyright the class uagent_info is copyright of Anthony Hand (see Subs-MobileDetect.php for details)
* @copyright 2012 emanuele, Simple Machines
* @license http://www.apache.org/licenses/LICENSE-2.0.html Apache License 2.0 (AL2)
*
* @version 0.2.2
*/
-->
</license>
<id>emanuele:mobiledevicedetect</id>
<name>Mobile Device Detect</name>
<version>0.2.2</version>
<file name="$languagedir/Modifications.english.php">
<operation>
<search position="end" />
<add><![CDATA[
$txt['mobile_theme_id'] = 'Theme to use for mobile devices';
]]></add>
</operation>
</file>
</modification>