Spade

Mini Shell

Directory:~$ /proc/self/root/home/lmsyaran/public_html/css/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ //proc/self/root/home/lmsyaran/public_html/css/mod_phocacart_wishlist.zip

PKXn�[�#o,,
index.htmlnu�[���<html><body
bgcolor="#FFFFFF"></body></html>PKXn�[e��!!mod_phocacart_wishlist.phpnu�[���<?php
/* @package Joomla
 * @copyright Copyright (C) Open Source Matters. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
 * @extension Phoca Extension
 * @copyright Copyright (C) Jan Pavelka www.phoca.cz
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 */

defined('_JEXEC') or die;// no direct access

if (!JComponentHelper::isEnabled('com_phocacart', true)) {
	$app = JFactory::getApplication();
	$app->enqueueMessage(JText::_('Phoca Cart Error'),
JText::_('Phoca Cart is not installed on your system'),
'error');
	return;
}


JLoader::registerPrefix('Phocacart', JPATH_ADMINISTRATOR .
'/components/com_phocacart/libraries/phocacart');


$lang = JFactory::getLanguage();
//$lang->load('com_phocacart.sys');
$lang->load('com_phocacart');
$media = PhocacartRenderMedia::getInstance('main');
$media->loadBase();
$media->loadBootstrap();
$media->loadSpec();
$s = PhocacartRenderStyle::getStyles();

$p['module_description']			= $params->get(
'module_description', '' );
$moduleclass_sfx 					=
htmlspecialchars($params->get('moduleclass_sfx'), ENT_COMPAT,
'UTF-8');
PhocacartRenderJs::renderAjaxRemoveFromWishList();
$wishlist	= new PhocacartWishlist();

require(JModuleHelper::getLayoutPath('mod_phocacart_wishlist',
$params->get('layout', 'default')));
?>
PKXn�[��si]	]	mod_phocacart_wishlist.xmlnu�[���<?xml
version="1.0" encoding="utf-8"?>
<extension type="module" client="site"
method="upgrade" version="3.9">
	<name>mod_phocacart_wishlist</name>
	<author>Jan Pavelka (www.phoca.cz)</author>
	<creationDate>04/12/2021</creationDate>
	<authorEmail></authorEmail>
	<authorUrl>https://www.phoca.cz</authorUrl>
	<copyright>Jan Pavelka</copyright>
	<license>GNU/GPL</license>
	<version>3.5.8</version>
	<description>MOD_PHOCACART_WISHLIST_DESCRIPTION</description>
	<projectName>PhocaCartWishListModule</projectName>

	<files>
		<folder>tmpl</folder>
		<filename
module="mod_phocacart_wishlist">index.html</filename>
		<filename
module="mod_phocacart_wishlist">mod_phocacart_wishlist.php</filename>
	</files>

	<languages>
		<language
tag="en-GB">language/en-GB/en-GB.mod_phocacart_wishlist.ini</language>
		<language
tag="en-GB">language/en-GB/en-GB.mod_phocacart_wishlist.sys.ini</language>
	</languages>
	
	<config>
		<fields name="params">
			<fieldset name="basic">
			
			<field name="module_description" type="editor"
buttons="true" hide="pagebreak,readmore"
class="inputbox"
label="MOD_PHOCACART_WISHLIST_FIELD_MODULE_DESCRIPTION_LABEL"
filter="safehtml"
description="MOD_PHOCACART_WISHLIST_FIELD_MODULE_DESCRIPTION_DESC"/>
			
			</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"
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC"
rows="3"/>
				<field name="cache" type="list"
label="COM_MODULES_FIELD_CACHING_LABEL"
description="COM_MODULES_FIELD_CACHING_DESC"
default="1" filter="integer">
					<option value="1">JGLOBAL_USE_GLOBAL</option>
					<option
value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
				</field>
				<field name="cache_time" type="number"
label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
description="COM_MODULES_FIELD_CACHE_TIME_DESC"
default="900" filter="integer"/>
				<field name="cachemode" type="hidden"
default="static">
					<option value="static"/>
				</field>
            </fieldset>
			
		</fields>
	</config>

	<updateservers>
		<server type="extension"
name="MOD_PHOCACART_WISHLIST"
priority="1"><![CDATA[https://raw.githubusercontent.com/PhocaCz/PhocaCartWishListModule/master/manifest.xml]]></server>
	</updateservers>
</extension>
PKXn�[9����tmpl/default.phpnu�[���<?php
/* @package Joomla
 * @copyright Copyright (C) Open Source Matters. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
 * @extension Phoca Extension
 * @copyright Copyright (C) Jan Pavelka www.phoca.cz
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 */
defined('_JEXEC') or die;

if ($p['module_description'] != '') {
	echo '<div
class="ph-mod-desc">'.$p['module_description'].'</div>';
}
echo '<div id="phItemWishListBox"
class="ph-wishlist-module-box'.$moduleclass_sfx .'
phItemWishListBox">';
echo $wishlist->renderList();
echo '</div>';
echo '<div
id="phContainerModuleWishList"></div>';


// Get count of items, count can be displayed e.g. in case the list is
hidden
// Add it to DIV ID because it will be changed per AJAX
// $count = $wishlist->getWishListCountItems(); 
// echo '<div class="phItemWishListBoxCount"
id="phItemWishListBoxCount">'.
$wishlist->getWishListCountItems().'</div>';
?>


PKXn�[�#o,,tmpl/index.htmlnu�[���<html><body
bgcolor="#FFFFFF"></body></html>PKXn�[�#o,,
index.htmlnu�[���PKXn�[e��!!fmod_phocacart_wishlist.phpnu�[���PKXn�[��si]	]	�mod_phocacart_wishlist.xmlnu�[���PKXn�[9����xtmpl/default.phpnu�[���PKXn�[�#o,,{tmpl/index.htmlnu�[���PK��