stable
Clone or download
Read-only
This is part of story #10176 New homepage How to test: - On pages without sidebar (except login and register), there should be a footer. - There should not be a footer in the user personal dashboard - using $DEBUG_MODE = 1 should still display debug info in FlamingParrot and BurningParrot Change-Id: Ifdbe2b24f11eddd9ccbea571cf35d04c268abc8e
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/en_US.tab | +2 | −2 | Go to diff View file |
M | site-content/en_US/layout/footer.txt | +12 | −16 | Go to diff View file |
M | site-content/en_US/layout/footer_about.php | +9 | −9 | Go to diff View file |
M | site-content/en_US/layout/footer_cli.php | +4 | −8 | Go to diff View file |
M | site-content/en_US/layout/footer_help.php | +9 | −10 | Go to diff View file |
M | site-content/en_US/layout/footer_links.php | +9 | −11 | Go to diff View file |
M | site-content/fr_FR/fr_FR.tab | +2 | −2 | Go to diff View file |
M | site-content/fr_FR/layout/footer.txt | +12 | −16 | Go to diff View file |
M | site-content/fr_FR/layout/footer_about.php | +9 | −9 | Go to diff View file |
M | site-content/fr_FR/layout/footer_cli.php | +4 | −8 | Go to diff View file |
M | site-content/fr_FR/layout/footer_help.php | +9 | −10 | Go to diff View file |
M | site-content/fr_FR/layout/footer_links.php | +9 | −11 | Go to diff View file |
M | src/common/Dashboard/User/UserDashboardController.php | +1 | −1 | Go to diff View file |
M | src/common/include/BurningParrotCompatiblePageDetector.php | +19 | −6 | Go to diff View file |
M | src/www/contact.php | +24 | −14 | Go to diff View file |
M | src/www/help/index.php | +6 | −9 | Go to diff View file |
M | src/www/themes/BurningParrot/BurningParrotTheme.php | +44 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/FooterPresenter.php | +14 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/Presenter.php | +7 | −7 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/_footer.scss | +72 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_structure.scss | +1 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/images/debug_gradient.png | Binary file | Go to diff View file | |
M | src/www/themes/BurningParrot/templates/footer.mustache | +6 | −2 | Go to diff View file |
M | src/www/themes/BurningParrot/templates/navbar.mustache | +2 | −2 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +1 | −2 | Go to diff View file |
D | src/www/themes/FlamingParrot/FooterPresenter.class.php | +0 | −33 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_footer.scss | +7 | −22 | Go to diff View file |
M | src/www/themes/FlamingParrot/templates/footer.mustache | +1 | −5 | Go to diff View file |