diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 60e59d2258..4649cea6ed 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -19,7 +19,7 @@
- +

phpBB 3.1.x Changelog

Skip

diff --git a/phpBB/docs/FAQ.html b/phpBB/docs/FAQ.html index 18b0dbb616..409a7ce9be 100644 --- a/phpBB/docs/FAQ.html +++ b/phpBB/docs/FAQ.html @@ -19,7 +19,7 @@
- +

phpBB 3.1.x FAQ

phpBB 3.1.x frequently asked questions

Skip

diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 0c0821a8cc..a122d22274 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -19,7 +19,7 @@
- +

phpBB 3.1.x Install

phpBB 3.1.x Installation, updating and conversion informations

Skip

diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index b453a955ba..8a9e2f4a17 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -19,7 +19,7 @@
- +

phpBB 3.1.x Readme

Skip

diff --git a/phpBB/docs/assets/css/stylesheet.css b/phpBB/docs/assets/css/stylesheet.css index 9be41468ad..ce5e7d08e4 100644 --- a/phpBB/docs/assets/css/stylesheet.css +++ b/phpBB/docs/assets/css/stylesheet.css @@ -193,7 +193,7 @@ hr { .headerbar { background-color: #12A3EB; - background-image: url("bg_header.gif"); + background-image: url("../images/bg_header.gif"); color: #FFFFFF; } diff --git a/phpBB/docs/bg_header.gif b/phpBB/docs/assets/images/bg_header.gif similarity index 100% rename from phpBB/docs/bg_header.gif rename to phpBB/docs/assets/images/bg_header.gif diff --git a/phpBB/docs/assets/images/site_logo.gif b/phpBB/docs/assets/images/site_logo.gif new file mode 100644 index 0000000000..2517fbedd6 Binary files /dev/null and b/phpBB/docs/assets/images/site_logo.gif differ diff --git a/phpBB/docs/auth_api.html b/phpBB/docs/auth_api.html index 1049c2e56d..6de7a7d12e 100644 --- a/phpBB/docs/auth_api.html +++ b/phpBB/docs/auth_api.html @@ -19,7 +19,7 @@
- +

Auth API

This is an explanation of how to use the phpBB auth/acl API

Skip

diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 18038a1c22..8e7da53025 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -19,7 +19,7 @@
- +

Coding Guidelines

Ascraeus coding guidelines document

Skip

diff --git a/phpBB/docs/site_logo.gif b/phpBB/docs/site_logo.gif deleted file mode 100644 index 909114c377..0000000000 Binary files a/phpBB/docs/site_logo.gif and /dev/null differ