Thread: Legend Mod
View Single Post
  #1  
Old 2nd August 2008, 22:37
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default Legend Mod
Create a new file called legend.php and upload it into your include/plugins folder.
Add a new plugin in settings called legend Works best as a "Middle" plugin.

PHP Code:
<?php
/*
 --------------------------------------------------------------------------
|   TS Special Edition v.5.1
|   ========================================
|   by xam
|   (c) 2005 - 2008 Template Shares Services
|   http://templateshares.net
|   ========================================
|   Web: http://templateshares.net
|   Time: May 5, 2008, 2:44 am
|   Signature Key: TSSE9012008
|   Email: contact@templateshares.net
|   TS SE IS NOT FREE SOFTWARE!
 ---------------------------------------------------------------------------
*/
// Dont change for future reference.
define('TS_P_VERSION''1.0 by alan');
// Security Check.
if (!defined('IN_PLUGIN_SYSTEM'))
{
    die(
"<font face='verdana' size='2' color='darkred'><b>Error!</b> Direct initialization of this file is not allowed.</font>");
}
$lang->load('global');

// BEGIN Plugin: legend

# begin legend

    
$legend '
        <!-- begin legend -->
        <br />
        <table border="0" cellspacing="0" cellpadding="5" width="100%">
        <tr>'
;
    
$legend .= sprintf($lang->global['legend'], $BASEURL.'/'.$pic_base_url);

    
$legend .= '
        </tr>
        </table>
        <!-- end legend -->'
;

# end legend

// END Plugin: legend
?>
Click the image to open in full size.
Reply With Quote
The Following 10 Users Say Thank You to Krypto For This Useful Post:
C2DaJ (27th September 2009), DAKz (14th October 2010), FENIX (25th January 2013), Glorian (11th October 2010), maugli (6th February 2010), PAX (2nd August 2011), Security (7th December 2008), syndrome (26th March 2009), wxlg1117 (4th September 2009), zenja7777 (3rd August 2008)