diff --git a/controller/action/ContentActions.class.php b/controller/action/ContentActions.class.php
index 19c06414..23eae502 100644
--- a/controller/action/ContentActions.class.php
+++ b/controller/action/ContentActions.class.php
@@ -75,22 +75,22 @@ class ContentActions extends Actions
$zip = new ZipArchive();
$zip->open($zipPath, ZipArchive::OVERWRITE);
- $pageHtml = View::render('page/press-kit', ['showHeader' => false]);
- $html = <<
-
-
- LBRY Press Kit
-
-
-
-
- $pageHtml
-
-
-EOD;
-
- $zip->addFromString('press.html', $html);
+// $pageHtml = View::render('page/press-kit', ['showHeader' => false]);
+// $html = <<
+//
+//
+// LBRY Press Kit
+//
+//
+//
+//
+// $pageHtml
+//
+//
+//EOD;
+//
+// $zip->addFromString('press.html', $html);
foreach(glob(ROOT_DIR . '/web/img/press/*') as $productImgPath)
{
diff --git a/view/template/layout/basic.php b/view/template/layout/basic.php
index dc7c71bc..0ca21c71 100644
--- a/view/template/layout/basic.php
+++ b/view/template/layout/basic.php
@@ -13,7 +13,7 @@
-
+
diff --git a/view/template/page/press-kit.php b/view/template/page/press-kit.php
index 89e1f824..4d8cb095 100644
--- a/view/template/page/press-kit.php
+++ b/view/template/page/press-kit.php
@@ -10,8 +10,11 @@
Information and media for those who want to write or report on LBRY.
Any information or media on this page or in our kit can be re-used or otherwise published without attribution.
- Download Kit
+ Download Media Archive
+
+ This archive includes all logos, screenshots, and bios, but does not include all text on this page.