Skip to content

Commit

Permalink
Fix: Remove dead code (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Dec 11, 2023
1 parent 5006cc0 commit b95f3e7
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion archive/2004.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ functions starting with the letters you typed in. You can browse the list

<hr>

<?php //news_image("http://www.phpconference.de/2003/index_en.php", "international_conference_2003.gif", "International PHP Conference"); ?>
<h1>International PHP Conference 2004</h1>
<p>
<span class="newsdate">[18-Jun-2004]</span>
Expand Down
1 change: 0 additions & 1 deletion archive/2015.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
include_once __DIR__ . '/../include/pregen-news.inc';
news_archive_sidebar();
site_header("News Archive - 2015");
//site_header("News Archive - 2015", array("cache" => true));
?>

<h1>News Archive - 2015</h1>
Expand Down
1 change: 0 additions & 1 deletion archive/2016.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
include_once __DIR__ . '/../include/pregen-news.inc';
news_archive_sidebar();
site_header("News Archive - 2016");
//site_header("News Archive - 2016", array("cache" => true));
?>

<h1>News Archive - 2016</h1>
Expand Down
1 change: 0 additions & 1 deletion archive/2017.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
include_once __DIR__ . '/../include/pregen-news.inc';
news_archive_sidebar();
site_header("News Archive - 2017");
//site_header("News Archive - 2017", array("cache" => true));
?>

<h1>News Archive - 2017</h1>
Expand Down
1 change: 0 additions & 1 deletion archive/2018.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
include_once __DIR__ . '/../include/pregen-news.inc';
news_archive_sidebar();
site_header("News Archive - 2018");
//site_header("News Archive - 2018", array("cache" => true));
?>

<h1>News Archive - 2018</h1>
Expand Down
1 change: 0 additions & 1 deletion archive/2019.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
include_once __DIR__ . '/../include/pregen-news.inc';
news_archive_sidebar();
site_header("News Archive - 2019");
//site_header("News Archive - 2019", array("cache" => true));
?>

<h1>News Archive - 2019</h1>
Expand Down
1 change: 0 additions & 1 deletion archive/2020.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
include_once __DIR__ . '/../include/pregen-news.inc';
news_archive_sidebar();
site_header("News Archive - 2020");
//site_header("News Archive - 2020", array("cache" => true));
?>

<h1>News Archive - 2020</h1>
Expand Down
1 change: 0 additions & 1 deletion archive/2021.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
include_once __DIR__ . '/../include/pregen-news.inc';
news_archive_sidebar();
site_header("News Archive - 2021");
//site_header("News Archive - 2021", array("cache" => true));
?>

<h1>News Archive - 2021</h1>
Expand Down

0 comments on commit b95f3e7

Please sign in to comment.