<?php
/**
*
* Topics Descriptions extension for the phpBB Forum Software package.
*
* @copyright (c) 2015 Vinny <https://github.com/vinny>
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/
namespace vinnyshareon;
if (!defined('IN_PHPBB'))
{
exit;
}
class ext extends phpbbextensionbase
{
}