Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
Adapt for Smarty3
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Mar 4, 2019
1 parent a68d5a6 commit e6147f0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions TranslatorPlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6147f0

Please sign in to comment.