diff --git a/main.inc.php b/main.inc.php
index 8d9c5c2..e0815aa 100644
--- a/main.inc.php
+++ b/main.inc.php
@@ -1,7 +1,7 @@
1}', '{if $NB_ALBUMS > 0}', $source);
}
+function bratonien_tools_add_legal_footer_links()
+{
+ global $template;
+
+ if (defined('IN_ADMIN'))
+ {
+ return;
+ }
+
+ $template->append(
+ 'footer_elements',
+ ' - Impressum'
+ .' - Datenschutzerklärung'
+ );
+}
+
function bratonien_tools_admin_menu($menu)
{
$menu[] = array(