<?php
// Make sure this file was not accessed directly and prevent register_globals configuration array attack
if (!defined('IN_VANILLA')) exit();		
// Enabled Extensions
include($Configuration['EXTENSIONS_PATH']."MarkAllRead-2007-05-15/default.php");
include($Configuration['EXTENSIONS_PATH']."Vanillacons/default.php");
include($Configuration['EXTENSIONS_PATH']."WhosOnline/default.php");
include($Configuration['EXTENSIONS_PATH']."WindowLinks/default.php");
include($Configuration['EXTENSIONS_PATH']."AddMember/default.php");
include($Configuration['EXTENSIONS_PATH']."Announcement/default.php");
include($Configuration['EXTENSIONS_PATH']."CategoryIcons/default.php");
include($Configuration['EXTENSIONS_PATH']."CustomStyles/default.php");
include($Configuration['EXTENSIONS_PATH']."ForcedBBCode/default.php");
include($Configuration['EXTENSIONS_PATH']."Statistics/default.php");
include($Configuration['EXTENSIONS_PATH']."GuestSignIn/default.php");
include($Configuration['EXTENSIONS_PATH']."GuestWelcome/default.php");
include($Configuration['EXTENSIONS_PATH']."HiddenText/default.php");
include($Configuration['EXTENSIONS_PATH']."HtmlFormatter/default.php");
include($Configuration['EXTENSIONS_PATH']."IpHistory/default.php");
include($Configuration['EXTENSIONS_PATH']."LatestBlog/default.php");
include($Configuration['EXTENSIONS_PATH']."PreviewPost/default.php");
include($Configuration['EXTENSIONS_PATH']."PrivateMessages/default.php");
include($Configuration['EXTENSIONS_PATH']."Quotations/default.php");
include($Configuration['EXTENSIONS_PATH']."SidepanelRotator/default.php");
include($Configuration['EXTENSIONS_PATH']."Smile/default.php");
include($Configuration['EXTENSIONS_PATH']."MultiRoles/default.php");
include($Configuration['EXTENSIONS_PATH']."ToDo/default.php");
include($Configuration['EXTENSIONS_PATH']."UnansweredDiscussions/default.php");
include($Configuration['EXTENSIONS_PATH']."WhisperNotification/default.php");
include($Configuration['EXTENSIONS_PATH']."Poll/default.php");
include($Configuration['EXTENSIONS_PATH']."VClock/default.php");
include($Configuration['EXTENSIONS_PATH']."zip2mail/default.php");
include($Configuration['EXTENSIONS_PATH']."Signatures/default.php");
include($Configuration['EXTENSIONS_PATH']."MembersPage/default.php");
include($Configuration['EXTENSIONS_PATH']."CategoryColourChanger/default.php");
include($Configuration['EXTENSIONS_PATH']."UserTasks/default.php");
include($Configuration['EXTENSIONS_PATH']."Vote/default.php");
include($Configuration['EXTENSIONS_PATH']."UserAward/default.php");
include($Configuration['EXTENSIONS_PATH']."NewPostNotifier/default.php");
include($Configuration['EXTENSIONS_PATH']."DefaultIcon/default.php");
include($Configuration['EXTENSIONS_PATH']."ShowParticipants/default.php");
include($Configuration['EXTENSIONS_PATH']."LightGallery/default.php");
?>