]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/render/TemplatePage.php
Merge tag 'v0.12.1' into latest
[github/shaarli/Shaarli.git] / application / render / TemplatePage.php
index 8af8228a01b42182575581d2de69a98f342f6e7f..03b424f3c5fc0d272c7e6da111759c392582fe6d 100644 (file)
@@ -14,6 +14,7 @@ interface TemplatePage
     public const DAILY = 'daily';
     public const DAILY_RSS = 'dailyrss';
     public const EDIT_LINK = 'editlink';
+    public const EDIT_LINK_BATCH = 'editlink.batch';
     public const ERROR = 'error';
     public const EXPORT = 'export';
     public const NETSCAPE_EXPORT_BOOKMARKS = 'export.bookmarks';