diff --git a/src/app.js b/src/app.js
index 1b2b4ce..00abbc1 100644
--- a/src/app.js
+++ b/src/app.js
@@ -26,7 +26,6 @@ import NotificationsDataManager from './common/data-managers/notifications-data-
import Home from './common/home';
import Header from './common/header';
-import Footer from './common/footer';
import Menu from './common/menu';
import InfrastructureComponents from './ic/ics';
@@ -106,7 +105,7 @@ class App extends React.Component {
-
+ {branding.getFooter()}
}
diff --git a/src/branding/branding.js b/src/branding/branding.js
index 3ee4000..6ecfb73 100644
--- a/src/branding/branding.js
+++ b/src/branding/branding.js
@@ -15,7 +15,7 @@
* along with VILLASweb. If not, see
JARA-ENERGY: Jülich-Aachen Research Alliance (JARA) is an initiative of RWTH Aachen University and Forschungszentrum Jülich.
) +} + +export function villasweb_footer() { + return ( + + ); } \ No newline at end of file diff --git a/src/common/footer.js b/src/common/footer.js deleted file mode 100644 index 534a18a..0000000 --- a/src/common/footer.js +++ /dev/null @@ -1,30 +0,0 @@ -/** - * This file is part of VILLASweb. - * - * VILLASweb is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * VILLASweb is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with VILLASweb. If not, see