HTML/RSS: Add year
This commit is contained in:
parent
f5cf9c77ed
commit
6153b5cc5e
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ $db->sort();
|
||||||
<title>Patch Notification Robot</title>
|
<title>Patch Notification Robot</title>
|
||||||
<link>https://www.patchbot.de/</link>
|
<link>https://www.patchbot.de/</link>
|
||||||
<description>Providing you the latest update notifications.</description>
|
<description>Providing you the latest update notifications.</description>
|
||||||
<copyright>© Steffen Lange</copyright>
|
<copyright>© <?php echo date('Y'); ?> Steffen Lange</copyright>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
for ($i = 0; $i < $db->count(); $i++) {
|
for ($i = 0; $i < $db->count(); $i++) {
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ $db->sort();
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="text-right">
|
<div class="text-right">
|
||||||
<p>© Steffen Lange | Information are provided without any warranty. | <a href="https://www.dateihal.de/cms/imprint">Imprint</a> | <a href="https://www.dateihal.de/cms/privacy">Privacy</a></p>
|
<p>© <?php echo date('Y'); ?> Steffen Lange | Information are provided without any warranty. | <a href="https://www.dateihal.de/cms/imprint">Imprint</a> | <a href="https://www.dateihal.de/cms/privacy">Privacy</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue