0byt3m1n1
Path:
/
data
/
applications
/
aps
/
b2evolution
/
4.0.5-0
/
standard
/
htdocs
/
plugins
/
test_plugin
/
[
Home
]
File: _test.disp.php
<?php /** * This file implements the custom disp mode for the test plugin. * * For the most recent and complete Plugin API documentation * see {@link Plugin} in ../evocore/_plugin.class.php. * * This file is part of the b2evolution project - {@link http://b2evolution.net/} * * @copyright (c)2009 by Francois PLANQUE - {@link http://fplanque.net/} * @copyright (c)2009 by Yabba - {@link http://innervisiosn.org.uk/}. * * @license GNU General Public License 2 (GPL) - http://www.opensource.org/licenses/gpl-license.php * * @package plugins * * @author Yabba * * @version $Id: _test.disp.php,v 1.2 2009/07/02 21:57:39 fplanque Exp $ */ if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' ); ?> <h3>Hello world!</h3> <p>This is a custom disp mode provided by the test plugin.</p> <p>You can customise this file by copying it to your skins folder!</p> <?php /* * $Log: _test.disp.php,v $ */ ?>