Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit e8acd0e

Browse files
author
Jens Krumsieck
committed
pl 1
1 parent e949d03 commit e8acd0e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<packagename>Linkliste</packagename> <!--codename: waterfall-->
55
<packagedescription><![CDATA[Linklist for WCF 2.0 (codename: Waterfall)]]></packagedescription>
66
<isapplication>1</isapplication>
7-
<version>2.0.0</version>
8-
<date>2014-02-04</date>
7+
<version>2.0.0 pl 1</version>
8+
<date>2014-02-05</date>
99
</packageinformation>
1010
<authorinformation>
1111
<author><![CDATA[Jens Krumsieck]]></author>
@@ -55,4 +55,8 @@
5555
<instruction type="template">templates.tar</instruction>
5656
<instruction type="objectType">xml/objectType.xml</instruction>
5757
</instructions>
58+
59+
<instructions type="update" fromversion="2.0.0">
60+
<instruction type="template">templates.tar</instruction>
61+
</instructions>
5862
</package>

templates/link.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{include file='documentHeader'}
22

33
<head>
4-
<title>{$link->getTitle()|language} - {PAGE_TITLE}</title>
4+
<title>{$link->getTitle()|language} - {PAGE_TITLE|language}</title>
55
{include file='headInclude' sandbox=false}
66
<link rel="canonical" href="{link application='linklist' controller='Link' object=$link}{/link}" />
77
<script data-relocate="true" src="{@$__wcf->getPath()}js/WCF.Label{if !ENABLE_DEBUG_MODE}.min{/if}.js?v={@$__wcfVersion}"></script>

0 commit comments

Comments
 (0)