You've already forked joomla_test
first commit
This commit is contained in:
19
templates/as002036free/html/mod_footer/custom.php
Normal file
19
templates/as002036free/html/mod_footer/custom.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Joomla.Site
|
||||
* @subpackage mod_footer
|
||||
*
|
||||
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
*/
|
||||
|
||||
defined('_JEXEC') or die;
|
||||
|
||||
$app = JFactory::getApplication();
|
||||
$sitename = $app->getCfg( 'sitename' );
|
||||
?>
|
||||
|
||||
<div class="mod-footer mod-footer__<?php echo $moduleclass_sfx ?>">
|
||||
<span class="siteName"><?php echo $sitename. ' </span>© '. date('Y'); ?> | <a href="index.php/privacy-policy"><?php echo JText::_('TPL_PRIVACY_POLICY'); ?></a> <!-- <a href="index.php/terms-of-use"><?php /*echo JText::_('TPL_TERMS_OF_USE');*/ ?></a> -->
|
||||
</div>
|
||||
|
1
templates/as002036free/html/mod_footer/index.html
Normal file
1
templates/as002036free/html/mod_footer/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
Reference in New Issue
Block a user