aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cache.manifest.php32
-rw-r--r--views/default/page_elements/header.php2
2 files changed, 1 insertions, 33 deletions
diff --git a/cache.manifest.php b/cache.manifest.php
deleted file mode 100644
index 4d002efaa..000000000
--- a/cache.manifest.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-header("Content-type: text/cache-manifest");
-
-require_once dirname(dirname(dirname(__FILE__))).'/engine/start.php';
-
-global $CONFIG;
-
-$viewtype = get_input('viewtype', 'default');
-
-$manifest = <<<MANIFEST
-CACHE MANIFEST
-# Viewtype: $viewtype
-# Lastcache: {$CONFIG->lastcache}
-
-CACHE:
-# CSS
-{$CONFIG->url}_css/css.css?lastcache={$CONFIG->lastcache}&viewtype=$viewtype
-
-# Scripts
-{$CONFIG->url}vendors/jquery/jquery-1.3.2.min.js
-{$CONFIG->url}vendors/jquery/jquery-ui-1.7.2.min.js
-{$CONFIG->url}vendors/jquery/jquery.form.js
-{$CONFIG->url}vendors/jquery/jquery.easing.1.3.packed.js
-{$CONFIG->url}_css/js.php?lastcache={$CONFIG->lastcache}&js=initialise_elgg&viewtype=$viewtype
-{$CONFIG->url}_css/js.php?lastcache={$CONFIG->lastcache}&js=friendsPickerv1&viewtype=$viewtype
-
-NETWORK:
-*
-
-MANIFEST;
-
-echo $manifest; \ No newline at end of file
diff --git a/views/default/page_elements/header.php b/views/default/page_elements/header.php
index 65166c3dc..a69f79cba 100644
--- a/views/default/page_elements/header.php
+++ b/views/default/page_elements/header.php
@@ -52,7 +52,7 @@ $version = get_version();
$release = get_version(true);
?>
<!doctype html>
-<html manifest="<?php echo $vars['url']; ?>mod/html5/cache.manifest.php?viewtype=<?php echo $vars['view']; ?>">
+<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="ElggRelease" content="<?php echo $release; ?>" />