Skip to content

Commit

Permalink
Dev: removed LANGUAGECHANGER keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jan 9, 2017
1 parent 7bebc0a commit e933cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/helpers/replacements_helper.php
Expand Up @@ -446,7 +446,6 @@ function templatereplace($line, $replacements = array(), &$redata = array(), $de
$coreReplacements['GROUPDESCRIPTION'] = $_groupdescription;
$coreReplacements['GROUPNAME'] = $_groupname;
$coreReplacements['LANG'] = App()->language;
$coreReplacements['LANGUAGECHANGER'] = isset($languagechanger) ? $languagechanger : ''; // global
$coreReplacements['FLASHMESSAGE'] = makeFlashMessage(); // TODO: Really generate this each time function is called? Only relevant for startpage.tstpl
$coreReplacements['NAVIGATOR'] = isset($navigator) ? $navigator : ''; // global
$coreReplacements['MOVEPREVBUTTON'] = isset($moveprevbutton) ? $moveprevbutton : ''; // global
Expand Down

0 comments on commit e933cfc

Please sign in to comment.