Skip to content

Commit

Permalink
Adding files makes easier to have working addons - thanks Spuds!
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele45 committed Jul 21, 2014
1 parent f2ddc80 commit 21e5109
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions modification.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?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/">
<id>emanuele:tabbed_smileys</id>
<license><!--
/**
* Tabbed Smileys (TSm)
*
* @package TSm
* @author emanuele
* @license BSD http://opensource.org/licenses/BSD-3-Clause
*
* @version 0.1.0
*/
--></license>
<name>Tabbed smileys</name>
<version>0.1.0</version>

<file name="THEMEDIR/GenericControls.template.php">
<operation>
<search position="before"><![CDATA[bbcode, splittag]]></search>
<add><![CDATA[, tabbedemotes]]></add>
</operation>
</file>

<file name="SUBSDIR/Editor.subs.php">
<operation><!-- 1 -->
<search position="replace"><![CDATA['dropAttachments.js'));]]></search>
<add><![CDATA['dropAttachments.js', 'tabbedSmiley.js'));
loadCSSFile('tabbedSmiley.css');
]]></add>
</operation>
</file>

</modification>

0 comments on commit 21e5109

Please sign in to comment.