X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FTemplatePlugin.php;h=cfa05116251bda9e6a09aae6d6ae465b70ea2d99;hb=d6600b0007c9e093b717e83796967b27028bc641;hp=0f4daa734e9e92960948ae61234399f423f597a4;hpb=bfc66cfe1923c8610f693d4309b7b09764ca4dcb;p=quix0rs-gnu-social.git diff --git a/plugins/TemplatePlugin.php b/plugins/TemplatePlugin.php index 0f4daa734e..cfa0511625 100644 --- a/plugins/TemplatePlugin.php +++ b/plugins/TemplatePlugin.php @@ -15,7 +15,7 @@ * @link http://megapump.com/ */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET')) { exit(1); } @@ -195,7 +195,7 @@ class TemplatePlugin extends Plugin { ); // use the PHP template - // unless laconica config: + // unless statusnet config: // $config['template']['mode'] = 'html'; if (!(common_config('template', 'mode') == 'html')) { $tpl_file = $this->templateFolder() . '/index.php'; @@ -326,7 +326,7 @@ class TemplateAction extends Action } /** - * Function for retrieving a laconica display section + * Function for retrieving a statusnet display section * * requires one parameter, the name of the section * section names are listed in the comments of the TemplatePlugin class