feat(deployed): add mod_estore 3.0.0 (no-source, vetted live)
mod_estore module (mislabeled Joomla! Project); unmapped -> deployed files. Signed-off-by: LÁZÁR Imre <imre@illusion.hu> Assisted-by: claude-code@claude-opus-4-8
This commit is contained in:
parent
bf4b0b1b3d
commit
1a72af3e11
14
deployed/mod_estore/modules/mod_estore/mod_estore.php
Normal file
14
deployed/mod_estore/modules/mod_estore/mod_estore.php
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @package Joomla.Site
|
||||||
|
* @subpackage mod_estore
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
|
||||||
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||||
|
*/
|
||||||
|
|
||||||
|
defined('_JEXEC') or die;
|
||||||
|
|
||||||
|
$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'));
|
||||||
|
|
||||||
|
require JModuleHelper::getLayoutPath('mod_estore', $params->get('layout', 'default'));
|
||||||
58
deployed/mod_estore/modules/mod_estore/mod_estore.xml
Normal file
58
deployed/mod_estore/modules/mod_estore/mod_estore.xml
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<extension type="module" version="3.1" client="site" method="upgrade">
|
||||||
|
<name>mod_estore</name>
|
||||||
|
<author>Joomla! Project</author>
|
||||||
|
<creationDate>July 2004</creationDate>
|
||||||
|
<copyright>Copyright (C) 2005 - 2015 Open Source Matters. All rights reserved.</copyright>
|
||||||
|
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
||||||
|
<authorEmail>admin@joomla.org</authorEmail>
|
||||||
|
<authorUrl>www.joomla.org</authorUrl>
|
||||||
|
<version>3.0.0</version>
|
||||||
|
<description></description>
|
||||||
|
|
||||||
|
<files>
|
||||||
|
<filename module="mod_estore">mod_estore.php</filename>
|
||||||
|
<folder>tmpl</folder>
|
||||||
|
</files>
|
||||||
|
<languages>
|
||||||
|
<language tag="en-GB">en-GB.mod_estore.ini</language>
|
||||||
|
<language tag="en-GB">en-GB.mod_estore.sys.ini</language>
|
||||||
|
</languages>
|
||||||
|
|
||||||
|
<config>
|
||||||
|
<fields name="params">
|
||||||
|
<fieldset name="basic" label="COM_MODULES_BASIC_FIELDSET_LABEL">
|
||||||
|
<field type="text" name="address" label="MOD_ESTORE_FIELD_ADDRESS_LABEL" />
|
||||||
|
<field type="text" name="email" label="MOD_ESTORE_FIELD_EMAIL_LABEL" />
|
||||||
|
<field type="text" name="phone" label="MOD_ESTORE_FIELD_PHONE_LABEL" />
|
||||||
|
<field type="media" name="logo" label="MOD_ESTORE_FIELD_LOGO_LABEL" />
|
||||||
|
<field type="textarea" name="desc" label="MOD_ESTORE_FIELD_DESCRIPTION_LABEL" />
|
||||||
|
<field type="text" name="website" label="MOD_ESTORE_FIELD_WEBSITE_LABEL" />
|
||||||
|
<field type="text" name="facebook" label="MOD_ESTORE_FIELD_FACEBOOK_LABEL" />
|
||||||
|
<field type="text" name="twitter" label="MOD_ESTORE_FIELD_TWITTER_LABEL" />
|
||||||
|
<field type="text" name="google-plus" label="MOD_ESTORE_FIELD_GOOGLEPLUS_LABEL" />
|
||||||
|
<field type="text" name="dribbble" label="MOD_ESTORE_FIELD_DRIBBBLE_LABEL" />
|
||||||
|
<field type="text" name="linkedin" label="MOD_ESTORE_FIELD_LINKEDIN_LABEL" />
|
||||||
|
<field type="text" name="flickr" label="MOD_ESTORE_FIELD_FLICKR_LABEL" />
|
||||||
|
<field type="text" name="tumblr" label="MOD_ESTORE_FIELD_TUMBLR_LABEL" />
|
||||||
|
<field type="text" name="instagram" label="MOD_ESTORE_FIELD_INSTAGRAM_LABEL" />
|
||||||
|
<field type="text" name="vimeo" label="MOD_ESTORE_FIELD_VIMEO_LABEL" />
|
||||||
|
<field type="text" name="skype" label="MOD_ESTORE_FIELD_SKYPE_LABEL" />
|
||||||
|
</fieldset>
|
||||||
|
<fieldset
|
||||||
|
name="advanced">
|
||||||
|
<field
|
||||||
|
name="layout"
|
||||||
|
type="modulelayout"
|
||||||
|
label="JFIELD_ALT_LAYOUT_LABEL"
|
||||||
|
description="JFIELD_ALT_MODULE_LAYOUT_DESC" />
|
||||||
|
|
||||||
|
<field
|
||||||
|
name="moduleclass_sfx"
|
||||||
|
type="textarea" rows="3"
|
||||||
|
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
|
||||||
|
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />
|
||||||
|
</fieldset>
|
||||||
|
</fields>
|
||||||
|
</config>
|
||||||
|
</extension>
|
||||||
11
deployed/mod_estore/modules/mod_estore/tmpl/default.php
Normal file
11
deployed/mod_estore/modules/mod_estore/tmpl/default.php
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @package Joomla.Site
|
||||||
|
* @subpackage mod_estore
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
|
||||||
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||||
|
*/
|
||||||
|
|
||||||
|
defined('_JEXEC') or die;
|
||||||
|
?>
|
||||||
Loading…
Reference in New Issue
Block a user