Просмотр файла esoTalk-1.0.0g4/core/lib/ETSkin.class.php
<?php // Copyright 2011 Toby Zerner, Simon Zerner // This file is part of esoTalk. Please see the included license file for usage information. if (!defined("IN_ESOTALK")) exit; /** * The ETSkin class defines a skin. All skins should extend this class. * * A skin is simply a plugin which should focus on presentational changes rather than functionality changes. * * @package esoTalk */ class ETSkin extends ETPlugin { }