X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fsection.php;h=9154bd3e664602540794152294992fc849366cd8;hb=b22acbb42e2cefa4c3d94f192b735519b1182f07;hp=2d8d6f3673f50233ec266a964f22ea8a27297f45;hpb=d594c83a5a9a9d42fce917b544c28591fcadb1aa;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() {