]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Add a token available everywhere
authorArthurHoaro <arthur@hoa.ro>
Sat, 25 Mar 2017 14:58:30 +0000 (15:58 +0100)
committerArthurHoaro <arthur@hoa.ro>
Thu, 25 May 2017 13:05:24 +0000 (15:05 +0200)
tpl/default/page.footer.html

index 77fc65dd9630feef1520b28c43569f18d13f8b85..02fc76428e3110420f6d284cec6e7151b65a24ba 100644 (file)
@@ -16,6 +16,9 @@
   </div>
   <div class="pure-u-2-24"></div>
 </div>
+
+<input type="hidden" name="token" value="{$token}" id="token" />
+
 {loop="$plugins_footer.endofpage"}
     {$value}
 {/loop}