/**
* Display a simplified 'Recent Changes' listing.
*
* This action is intended for inclusion (for example) on the Home page to show a very simple listing of recently changed pages,
* with the facility to exclude some pages from being listed - SandBox is already excluded and others can be added.
*
* Based on RecentChangesPlus by FernandoBorcel
*
* @package Actions
* @name changesteaser.php
*
* @usage {{changesteaser}} or specify number of pages to show {{changesteaser max="5"}}
*
* @author {@link http://www.davepreston.me.uk : DavePreston}
*
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
*
*/
$exclude = array("SandBox"); // add any other pages to be excluded from listing like thus - array("SandBox", "OtherPage"); etc.