PHP Classes

File: admin/admin_footer.php

Recommend this page to a friend!
  Classes of Michael Beck   PHP Car Dealer Website   admin/admin_footer.php   Download  
File: admin/admin_footer.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Car Dealer Website
Application to manage a car dealer business
Author: By
Last change:
Date: 5 years ago
Size: 1,119 bytes
 

Contents

Class file image Download
<?php

/*
 You may not change or alter any portion of this comment or credits
 of supporting developers from this source code or any supporting source code
 which is considered copyrighted (c) material of the original comment or credit authors.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
/**
 * Module: cardealer
 *
 * @category Module
 * @package cardealer
 * @author XOOPS Development Team <mambax7@gmail.com> - <https://xoops.org>
 * @copyright {@link https://xoops.org/ XOOPS Project}
 * @license GPL 2.0 or later
 * @link https://xoops.org/
 * @since 1.0.0
 */

$pathIcon32 = Xmf\Module\Admin::iconUrl('', 32);

echo
"<div class='adminfooter'>
"
. " <div style='text-align: center;'>
"
. " <a href='https://xoops.org' rel='external'><img src='{$pathIcon32}/xoopsmicrobutton.gif' alt='XOOPS' title='XOOPS'></a>
"
. ' </div>' . "
"
. ' ' . _AM_MODULEADMIN_ADMIN_FOOTER . "
"
. '</div>';

xoops_cp_footer();