1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Meta-Tags: Issue #2544 - avoid duplication.

This commit is contained in:
Cameron
2017-03-31 15:49:33 -07:00
parent 3758d55e1c
commit 80fbb2a334
2 changed files with 11 additions and 8 deletions

View File

@@ -415,6 +415,7 @@ class download
$sc->setVars($dlrow);
$this->setMeta($dlrow);
if(!isset($DL_VIEW_PAGETITLE))
{
$DL_VIEW_PAGETITLE = "{DOWNLOAD_VIEW_NAME} / {DOWNLOAD_CATEGORY} / ".LAN_PLUGIN_DOWNLOAD_NAME;