diff --git a/blog/by_tag/index.php b/blog/by_tag/index.php index e50604d..8bf0009 100644 --- a/blog/by_tag/index.php +++ b/blog/by_tag/index.php @@ -1,6 +1,6 @@

Posts by Tag

"; echo "
"; @@ -64,5 +64,5 @@ $coloum_number++; } echo "\n"; - include_once ($_SERVER['DOCUMENT_ROOT'].'/common/footer.php'); + include_once ($_SERVER['DOCUMENT_ROOT'].'/common/php/footer.php'); ?> diff --git a/index.php b/index.php index 31ddc6f..cd4fb48 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@

">Homepage

@@ -11,5 +11,5 @@ include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php');
diff --git a/license/GPLv2.php b/license/GPLv2.php index 6c3b435..328bd73 100644 --- a/license/GPLv2.php +++ b/license/GPLv2.php @@ -1,7 +1,7 @@ ".$MD_Parser->text($MD_Text); fclose($MD_File); echo "

A text version of this document can be found here.

\n"; - include ($_SERVER['DOCUMENT_ROOT'].'/common/footer.php'); + include ($_SERVER['DOCUMENT_ROOT'].'/common/php/footer.php'); ?> diff --git a/license/MIT.php b/license/MIT.php index 46d8f4f..bd46ebc 100644 --- a/license/MIT.php +++ b/license/MIT.php @@ -1,7 +1,7 @@ "; ?>

The MIT License (MIT)

@@ -15,5 +15,5 @@

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

A text version of this document can be found here.

\n"; - include ($_SERVER['DOCUMENT_ROOT'].'/common/footer.php'); + include ($_SERVER['DOCUMENT_ROOT'].'/common/php/footer.php'); ?> diff --git a/license/index.php b/license/index.php index 2888d40..19e20db 100644 --- a/license/index.php +++ b/license/index.php @@ -3,8 +3,8 @@ function display_file($license_file){ $out = file_get_contents($license_file); echo "
".$out."
"; } -include_once ($_SERVER['DOCUMENT_ROOT'].'/common/header.php'); -include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php'); +include_once ($_SERVER['DOCUMENT_ROOT'].'/common/php/header.php'); +include_once ($_SERVER['DOCUMENT_ROOT'].'/common/php/menu.php'); ?>

A summery of all licenses that apply to this website.

@@ -57,4 +57,4 @@ You can learn more on prismjs.com.

MIT Licensed.

- +