X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fsection.php;h=9154bd3e664602540794152294992fc849366cd8;hb=31ba481cb0a0a19176454a0cfd4701efce2a1adf;hp=2d8d6f3673f50233ec266a964f22ea8a27297f45;hpb=22e50ad7bbdef7d77172a1e892a6952ca9f26d77;p=quix0rs-gnu-social.git diff --git a/lib/section.php b/lib/section.php index 2d8d6f3673..9154bd3e66 100644 --- a/lib/section.php +++ b/lib/section.php @@ -27,11 +27,7 @@ * @link http://status.net/ */ -if (!defined('STATUSNET') && !defined('LACONICA')) { - exit(1); -} - -require_once INSTALLDIR.'/lib/widget.php'; +if (!defined('GNUSOCIAL') && !defined('STATUSNET')) { exit(1); } /** * Base class for sections @@ -45,7 +41,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ -class Section extends Widget +abstract class Section extends Widget { /** * Show the form @@ -94,10 +90,7 @@ class Section extends Widget $this->out->elementEnd('p'); } - function divId() - { - return 'generic_section'; - } + abstract public function divId(); function title() {