mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
SiteInfo renamed and e_shortcode added. Also support for plugin.xml added for menu only installations.
This commit is contained in:
34
e107_plugins/siteinfo/powered_by_menu.php
Normal file
34
e107_plugins/siteinfo/powered_by_menu.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/siteinfo/powered_by_menu.php,v $
|
||||
| $Revision: 1.1 $
|
||||
| $Date: 2009-09-19 17:36:35 $
|
||||
| $Author: e107coders $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "
|
||||
<div style='text-align: center'>
|
||||
<div class='spacer'>
|
||||
<a href='http://e107.org' rel='external'><img src='".e_IMAGE_ABS."button.png' alt='e107' style='border: 0px; width: 88px; height: 31px' /></a>
|
||||
</div>
|
||||
<div class='spacer'>
|
||||
<a href='http://php.net' rel='external'><img src='".e_IMAGE_ABS."generic/php-small-trans-light.gif' alt='PHP' style='border: 0px; width: 88px; height: 31px' /></a>
|
||||
</div>
|
||||
<div class='spacer'>
|
||||
<a href='http://mysql.com' rel='external'><img src='".e_IMAGE_ABS."generic/poweredbymysql-88.png' alt='MySQL' style='border: 0px; width: 88px; height: 31px' /></a>
|
||||
</div>
|
||||
</div>";
|
||||
$ns -> tablerender(POWEREDBY_L1, $text, 'powered_by');
|
||||
?>
|
Reference in New Issue
Block a user