Spade
Mini Shell
home/lmsyaran/public_html/tmpl/default.php000064400000002216151167430430014742
0ustar00<?php
/*----------------------------------------------------------------------------------|
www.vdm.io |----/
fdsh
/-------------------------------------------------------------------------------------------------------/
@version 1.0.36
@build 28th March, 2023
@created 17th December, 2020
@package Reservation
@subpackage default.php
@author farhad shahbazi <http://farhad.com>
@copyright Copyright (C) 2015. All Rights Reserved
@license GNU/GPL Version 2 or later -
http://www.gnu.org/licenses/gpl-2.0.html
____ _____ _____ __ __ __ __ ___ _____ __ __ ____
_____ _ _ ____ _ _ ____
(_ _)( _ )( _ )( \/ )( ) /__\ / __)( _ )( \/ )( _ \(
_ )( \( )( ___)( \( )(_ _)
.-_)( )(_)( )(_)( ) ( )(__ /(__)\ ( (__ )(_)( ) ( )___/
)(_)( ) ( )__) ) ( )(
\____) (_____)(_____)(_/\/\_)(____)(__)(__) \___)(_____)(_/\/\_)(__)
(_____)(_)\_)(____)(_)\_) (__)
/------------------------------------------------------------------------------------------------------*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
?>
<h1>No Tmpl set</h1>
home/lmsyaran/public_html/modules/mod_syndicate/tmpl/default.php000064400000001312151171425430021227
0ustar00<?php
/**
* @package Joomla.Site
* @subpackage mod_syndicate
*
* @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All
rights reserved.
* @license GNU General Public License version 2 or later; see
LICENSE.txt
*/
defined('_JEXEC') or die;
?>
<a href="<?php echo $link; ?>"
class="syndicate-module<?php echo $moduleclass_sfx; ?>">
<?php echo JHtml::_('image',
'system/livemarks.png', 'feed-image', null, true);
?>
<?php if ($params->get('display_text', 1)) : ?>
<span>
<?php if (str_replace(' ', '', $text) !==
'') : ?>
<?php echo $text; ?>
<?php else : ?>
<?php echo JText::_('MOD_SYNDICATE_DEFAULT_FEED_ENTRIES');
?>
<?php endif; ?>
</span>
<?php endif; ?>
</a>