diff options
author | root <root@www.engelsystem.de> | 2011-05-26 00:52:57 +0200 |
---|---|---|
committer | root <root@www.engelsystem.de> | 2011-05-26 00:52:57 +0200 |
commit | ce81776fbcf3c0fb89af20d431c1910cc11bb43d (patch) | |
tree | b449877c898ccc8f04999f332a42b947f6d138d1 /www-ssl/nonpublic/news_comments.php | |
parent | ab741029c8d330ee7b2451ea8e0abf71b6f7936a (diff) |
local changes for spezial includes camp-version
Diffstat (limited to 'www-ssl/nonpublic/news_comments.php')
-rwxr-xr-x | www-ssl/nonpublic/news_comments.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/nonpublic/news_comments.php b/www-ssl/nonpublic/news_comments.php index 14b67d71..826733c1 100755 --- a/www-ssl/nonpublic/news_comments.php +++ b/www-ssl/nonpublic/news_comments.php @@ -1,7 +1,7 @@ <?php $title = "Kommentare zu den News"; $header = "Kommentar"; -include ("../../../27c3/includes/header.php"); +include ("../../../camp2011/includes/header.php"); if( IsSet( $_GET["nid"])) @@ -85,5 +85,5 @@ else echo "Fehlerhafter Aufruf!"; } -include ("../../../27c3/includes/footer.php"); +include ("../../../camp2011/includes/footer.php"); ?> |