1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 10:23:53 +02:00

Shortcode added: {NEWSNAVLINK} for navigation between news pages.

This commit is contained in:
Cameron
2014-02-04 05:17:08 -08:00
parent 988ce38d60
commit 182233238f
4 changed files with 47 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ define("LAN_ENTER_CODE", "Enter code");
define("LAN_INVALID_CODE", "Incorrect code entered.");
define("LAN_SEARCH", "Search");
define("LAN_SHARE", "Share");
define("LAN_BACK", "Back");
?>

View File

@@ -290,7 +290,7 @@ define("LAN_BOOL_REVERSE", "Invert");
define("LAN_PRESET_CONFIRMSAVE","Save current form values as the default for this page?");
define("LAN_CONFIGURE", "Configure");
define("LAN_BACK", "Back");
// define("LAN_BACK", "Back"); @see e107_languages/English.php
define("LAN_NOPERMISSION", "no permissions");