aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/configure.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-05-06 19:37:38 +0200
committerGitHub <noreply@github.com>2017-05-06 19:37:38 +0200
commiteb6e729808e1c3d9787ad1183aa61ab2e375a537 (patch)
tree261f59820d31ea275f954dbc14988e22ce791ca7 /tpl/vintage/configure.html
parentf9ff7f1b69f19b42569ffa67280807ba56f5d48a (diff)
parent6177f3206ebde794c2cf8b290c4f14a995611fd8 (diff)
downloadShaarli-eb6e729808e1c3d9787ad1183aa61ab2e375a537.tar.gz
Shaarli-eb6e729808e1c3d9787ad1183aa61ab2e375a537.tar.zst
Shaarli-eb6e729808e1c3d9787ad1183aa61ab2e375a537.zip
Merge pull request #855 from ArthurHoaro/theme/vintage-home-link
Rename title link label to home link and apply it in vintage theme
Diffstat (limited to 'tpl/vintage/configure.html')
-rw-r--r--tpl/vintage/configure.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/vintage/configure.html b/tpl/vintage/configure.html
index 7adc7545..479284eb 100644
--- a/tpl/vintage/configure.html
+++ b/tpl/vintage/configure.html
@@ -14,7 +14,7 @@
14 </tr> 14 </tr>
15 15
16 <tr> 16 <tr>
17 <td><b>Title link:</b></td> 17 <td><b>Home link:</b></td>
18 <td><input type="text" name="titleLink" id="titleLink" size="50" value="{$titleLink}"><br/><label 18 <td><input type="text" name="titleLink" id="titleLink" size="50" value="{$titleLink}"><br/><label
19 for="titleLink">(default value is: ?)</label></td> 19 for="titleLink">(default value is: ?)</label></td>
20 </tr> 20 </tr>