diff options
author | Jesús <heckyel@hyperbola.info> | 2018-11-17 21:35:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-11-17 21:35:43 -0500 |
commit | 13fa8b69066a8c512394469c28dd2e26f7261b75 (patch) | |
tree | 3194b6f51a05eea25de553592dea5416eb502a0d | |
parent | b56cfda34ffc4b3bc4beb291291584ad9bda7e3f (diff) | |
download | ytlibre-13fa8b69066a8c512394469c28dd2e26f7261b75.tar.lz ytlibre-13fa8b69066a8c512394469c28dd2e26f7261b75.tar.xz ytlibre-13fa8b69066a8c512394469c28dd2e26f7261b75.zip |
Added year now with smarty function
-rw-r--r-- | templates/video.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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. | <heckyel@hyperbola.info> + Copyright (C) {$smarty.now|date_format:"%Y"} Jesús E. | <heckyel@hyperbola.info> The JavaScript code in this page is free software: you can redistribute it and/or modify it under the terms of the GNU |