diff --git a/e107_plugins/download/templates/download_template.php b/e107_plugins/download/templates/download_template.php index 9cf1c2089..571ec7300 100644 --- a/e107_plugins/download/templates/download_template.php +++ b/e107_plugins/download/templates/download_template.php @@ -6,12 +6,6 @@ * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * - * - * - * $Source: /cvs_backup/e107_0.8/e107_plugins/download/templates/download_template.php,v $ - * $Revision$ - * $Date$ - * $Author$ */ if (!defined('e107_INIT')) { exit; } @@ -38,10 +32,10 @@ if(!isset($DOWNLOAD_CAT_TABLE_START)) - ".LAN_CATEGORY." - ".LAN_FILES." - ".LAN_SIZE." - ".LAN_dl_77." + {LAN=LAN_CATEGORY} + {LAN=LAN_FILES} + {LAN=LAN_SIZE} + {LAN=LAN_dl_77} @@ -196,7 +190,7 @@ if(!isset($DOWNLOAD_LIST_TABLE_END)) \n"; } // ##### VIEW TABLE ------------------------------------------------------------------------------- -$DL_VIEW_PAGETITLE = LAN_PLUGIN_DOWNLOAD_NAME." / {DOWNLOAD_CATEGORY} / {DOWNLOAD_VIEW_NAME}"; +$DL_VIEW_PAGETITLE = "{LAN=LAN_PLUGIN_DOWNLOAD_NAME} / {DOWNLOAD_CATEGORY} / {DOWNLOAD_VIEW_NAME}"; $DL_VIEW_NEXTPREV = "
@@ -303,14 +297,14 @@ if(!isset($DOWNLOAD_MIRROR_START)) {DOWNLOAD_MIRROR_REQUEST_ICON} - ".LAN_dl_72."{DOWNLOAD_MIRROR_REQUEST} + {LAN=LAN_dl_72}{DOWNLOAD_MIRROR_REQUEST} - ".LAN_dl_68." - ".LAN_ABOUT." - ".LAN_LOCATION." - ".LAN_SIZE." - ".LAN_DOWNLOAD." + {LAN=LAN_dl_68} + {LAN=LAN_ABOUT} + {LAN=LAN_LOCATION} + {LAN=LAN_SIZE} + {LAN=LAN_DOWNLOAD} "; } @@ -361,10 +355,10 @@ $DOWNLOAD_TEMPLATE['categories']['start'] = " - ".LAN_CATEGORY." - ".LAN_FILES." - ".LAN_SIZE." - ".LAN_dl_77." + {LAN=LAN_CATEGORY} + {LAN=LAN_FILES} + {LAN=LAN_SIZE} + {LAN=LAN_dl_77} "; @@ -441,8 +435,8 @@ $DOWNLOAD_WRAPPER['view']['DOWNLOAD_VIEW_AUTHORWEBSITE'] = "

{DOWNLOAD_MIRROR_REQUEST}

- ".LAN_dl_68." - ".LAN_ABOUT." - ".LAN_LOCATION." - ".LAN_SIZE." - ".LAN_DOWNLOAD." + {LAN=LAN_dl_68} + {LAN=LAN_ABOUT} + {LAN=LAN_LOCATION} + {LAN=LAN_SIZE} + {LAN=LAN_DOWNLOAD} "; @@ -659,6 +653,4 @@ $DOWNLOAD_TEMPLATE['mirror']['end'] = " $DOWNLOAD_TEMPLATE['header'] = '{DOWNLOAD_BREADCRUMB}'; $DOWNLOAD_TEMPLATE['footer'] = ''; - - -?> +?> \ No newline at end of file