From e6147f0ac035827eba3e03c52f8797653ce1097c Mon Sep 17 00:00:00 2001 From: Alec Smecher Date: Mon, 4 Mar 2019 09:33:40 -0800 Subject: [PATCH] Adapt for Smarty3 --- TranslatorPlugin.inc.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/TranslatorPlugin.inc.php b/TranslatorPlugin.inc.php index 9b448db..c04fad4 100644 --- a/TranslatorPlugin.inc.php +++ b/TranslatorPlugin.inc.php @@ -129,13 +129,6 @@ function getJavaScriptURL($request) { return $request->getBaseUrl() . '/' . $this->getPluginPath() . '/js'; } - /** - * @copydoc PKPPlugin::getTemplatePath - */ - function getTemplatePath($inCore = false) { - return parent::getTemplatePath($inCore) . 'templates/'; - } - /** * Get the registry path for this plugin. * @return string Registry path