diff --git a/htdocs/blog.php b/htdocs/blog.php index b5b0fdd..9e69093 100644 --- a/htdocs/blog.php +++ b/htdocs/blog.php @@ -13,7 +13,10 @@ require 'core/query_functions.php'; - + + "> + + <?php echo fetch_page_title($conn, "Blog");?> diff --git a/htdocs/contact.php b/htdocs/contact.php index 80dccb3..1a8d8c1 100644 --- a/htdocs/contact.php +++ b/htdocs/contact.php @@ -13,7 +13,10 @@ require 'core/query_functions.php'; - + + "> + + <?php echo fetch_page_title($conn, "Contact");?> diff --git a/htdocs/dmca.php b/htdocs/dmca.php index 76e9cf0..c377a3b 100644 --- a/htdocs/dmca.php +++ b/htdocs/dmca.php @@ -13,7 +13,10 @@ require 'core/query_functions.php'; - + + + + DMCA Notice - @neo_subhamoy diff --git a/htdocs/home.php b/htdocs/home.php index 95037ec..d547818 100644 --- a/htdocs/home.php +++ b/htdocs/home.php @@ -13,7 +13,10 @@ require 'core/query_functions.php'; - + + "> + + <?php echo fetch_page_title($conn, "Home");?> diff --git a/htdocs/policy.php b/htdocs/policy.php index 6dd839f..d505ff5 100644 --- a/htdocs/policy.php +++ b/htdocs/policy.php @@ -13,7 +13,10 @@ require 'core/query_functions.php'; - + + + + Privacy Policy - @neo_subhamoy diff --git a/htdocs/projects.php b/htdocs/projects.php index a0b4682..db8561b 100644 --- a/htdocs/projects.php +++ b/htdocs/projects.php @@ -15,7 +15,10 @@ $years = create_project_years_array($conn); - + + "> + + <?php echo fetch_page_title($conn, "Projects");?> diff --git a/htdocs/terms.php b/htdocs/terms.php index b7d40da..ad24a2b 100644 --- a/htdocs/terms.php +++ b/htdocs/terms.php @@ -13,7 +13,10 @@ require 'core/query_functions.php'; - + + + + Terms Of Use - @neo_subhamoy