-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename package folder to smartsupp_livechat
- Loading branch information
Showing
14 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
60 changes: 30 additions & 30 deletions
60
...pp/app/etc/modules/Smartsupp_LiveChat.xml → ...at/app/etc/modules/Smartsupp_LiveChat.xml
This file contains 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
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> |
File renamed without changes.
File renamed without changes.
This file contains 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
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 |