<?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/}
*
* @license GNU GPL v2 - {@link http://b2evolution.net/about/gnu-gpl-license}
*
* @copyright (c)2009-2016 by Francois Planque - {@link http://fplanque.com/}
* @copyright (c)2009 by Yabba - {@link http://innervisiosn.org.uk/}.
*
* @package plugins
*
* @author Yabba
*/
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>