From 13fa8b69066a8c512394469c28dd2e26f7261b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 17 Nov 2018 21:35:43 -0500 Subject: Added year now with smarty function --- templates/video.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/video.tpl b/templates/video.tpl index 4a2a2d1..672c5b0 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -13,7 +13,7 @@ @licstart The following is the entire license notice for the JavaScript code in this page. - Copyright (C) 2018 Jesús E. | + Copyright (C) {$smarty.now|date_format:"%Y"} Jesús E. | The JavaScript code in this page is free software: you can redistribute it and/or modify it under the terms of the GNU -- cgit v1.2.3