This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Module> | |
| <ModulePrefs title="Preferences for __UP_forum__" height="400"/> | |
| <UserPref name="myforum" display_name="Muut Playground" default_value="nombre-foro" datatype="string"/> | |
| <Content type="html"> | |
| <![CDATA[ | |
| <div id="muut-gadget"> <script type="text/javascript"> | |
| var prefs = new gadgets.Prefs(); | |
| var forum = prefs.getString("myforum"); | |
| document.write('<span class="muut-messaging" data-forumname="'+forum+'">Messages</span>'); | |
| </script> |