X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Frender%2FTemplatePage.php;h=03b424f3c5fc0d272c7e6da111759c392582fe6d;hb=151fa1e450740b08ee783e819dd42cf2c48c335c;hp=8af8228a01b42182575581d2de69a98f342f6e7f;hpb=a975d97a8da64864c3c49f1c54f571eb4ea5b81a;p=github%2Fshaarli%2FShaarli.git diff --git a/application/render/TemplatePage.php b/application/render/TemplatePage.php index 8af8228a..03b424f3 100644 --- a/application/render/TemplatePage.php +++ b/application/render/TemplatePage.php @@ -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';