Skip to content

Commit

Permalink
Rename package folder to smartsupp_livechat
Browse files Browse the repository at this point in the history
  • Loading branch information
marekgach committed Dec 19, 2018
1 parent 5ba4277 commit 22dbc5b
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<?xml version="1.0"?>
<!--
/**
* Smartsupp Live Chat integration module.
*
* @package Smartsupp
* @author Smartsupp <[email protected]>
* @link http://www.smartsupp.com
* @copyright 2015 Smartsupp.com
* @license GPL-2.0+
*
* Plugin Name: Smartsupp Live Chat
* Plugin URI: http://www.smartsupp.com
* Description: Adds Smartsupp Live Chat code to Magento.
* Version: 1.1.0
* Author: Smartsupp
* Author URI: http://www.smartsupp.com
* Text Domain: smartsupp
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*/
-->
<config>
<modules>
<Smartsupp_LiveChat>
<active>true</active>
<codePool>community</codePool>
</Smartsupp_LiveChat>
</modules>
</config>
<?xml version="1.0"?>
<!--
/**
* Smartsupp Live Chat integration module.
*
* @package Smartsupp
* @author Smartsupp <[email protected]>
* @link http://www.smartsupp.com
* @copyright 2015 Smartsupp.com
* @license GPL-2.0+
*
* Plugin Name: Smartsupp Live Chat
* Plugin URI: http://www.smartsupp.com
* Description: Adds Smartsupp Live Chat code to Magento.
* Version: 1.1.0
* Author: Smartsupp
* Author URI: http://www.smartsupp.com
* Text Domain: smartsupp
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*/
-->
<config>
<modules>
<Smartsupp_LiveChat>
<active>true</active>
<codePool>community</codePool>
</Smartsupp_LiveChat>
</modules>
</config>
12 changes: 6 additions & 6 deletions smartsupp/modman → smartsupp_livechat/modman
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app/code/community/Smartsupp/LiveChat
app/design/frontend/base/default/layout/livechat.xml
app/design/frontend/base/default/template/livechat
app/etc/modules/Smartsupp_LiveChat.xml
app/locale/cs_CZ/Smartsupp_LiveChat.csv
app/locale/sk_SK/Smartsupp_LiveChat.csv
app/code/community/Smartsupp/LiveChat
app/design/frontend/base/default/layout/livechat.xml
app/design/frontend/base/default/template/livechat
app/etc/modules/Smartsupp_LiveChat.xml
app/locale/cs_CZ/Smartsupp_LiveChat.csv
app/locale/sk_SK/Smartsupp_LiveChat.csv

0 comments on commit 22dbc5b

Please sign in to comment.