aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/layout.twig
diff options
context:
space:
mode:
authorThomas Citharel <thomas.citharet@gmail.com>2013-09-08 21:07:59 +0200
committerThomas Citharel <thomas.citharet@gmail.com>2013-09-08 21:07:59 +0200
commit693b3f86776ae236d69ac6ed085b5e46b9054642 (patch)
tree52beeeaccc06b8d9ae52ca99b507f2e29eb47fe8 /tpl/layout.twig
parent3eb049036e601c1978cf5f7f0d5be8c577933b72 (diff)
downloadwallabag-693b3f86776ae236d69ac6ed085b5e46b9054642.tar.gz
wallabag-693b3f86776ae236d69ac6ed085b5e46b9054642.tar.zst
wallabag-693b3f86776ae236d69ac6ed085b5e46b9054642.zip
Implemented Add Button
Added a button to add an URL when directly into Poche. If JS isn't enabled, nothing happens.
Diffstat (limited to 'tpl/layout.twig')
-rw-r--r--tpl/layout.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/layout.twig b/tpl/layout.twig
index 07ca231c..b2484019 100644
--- a/tpl/layout.twig
+++ b/tpl/layout.twig
@@ -12,6 +12,7 @@
12 <![endif]--> 12 <![endif]-->
13 <title>{% block title %}{% endblock %} - poche</title> 13 <title>{% block title %}{% endblock %} - poche</title>
14{% include '_head.twig' %} 14{% include '_head.twig' %}
15<script src="./tpl/js/poche.js"></script>
15{% include '_bookmarklet.twig' %} 16{% include '_bookmarklet.twig' %}
16 </head> 17 </head>
17 <body> 18 <body>