From f1f84b95d27da2f09e81442909af126e377f909c Mon Sep 17 00:00:00 2001 From: Denis Walker <dez@sucs.org> Date: Mon, 26 Nov 2007 14:11:40 +0000 Subject: [PATCH] Removes "video" javascript from head, which is specific to one page on the SUCS site Adds Front.txt and Join.txt to fix "file not found" errors --- static/fragments/Front.txt | 3 +++ static/fragments/Join.txt | 3 +++ templates/head.tpl | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 static/fragments/Front.txt create mode 100644 static/fragments/Join.txt diff --git a/static/fragments/Front.txt b/static/fragments/Front.txt new file mode 100644 index 0000000..3b20e6d --- /dev/null +++ b/static/fragments/Front.txt @@ -0,0 +1,3 @@ +<p>Welcome to the SUCSsite Content Management System.</p> + +<p><em>This file is static/fragments/Front.txt</em></p> diff --git a/static/fragments/Join.txt b/static/fragments/Join.txt new file mode 100644 index 0000000..4296f69 --- /dev/null +++ b/static/fragments/Join.txt @@ -0,0 +1,3 @@ +<div class="cbb"> +<p><em>This is static/fragments/Join.txt</em></p> +</div> \ No newline at end of file diff --git a/templates/head.tpl b/templates/head.tpl index aab0f5c..50cd7f6 100644 --- a/templates/head.tpl +++ b/templates/head.tpl @@ -7,7 +7,6 @@ <link rel="SHORTCUT ICON" href="/favicon.ico" /> <script type="text/javascript" src="/js/cb.js"></script> - <script type="text/javascript" src="/videos/talks/ufo.js"></script> <link rel="stylesheet" type="text/css" href="{$baseurl}/css/common.css" media="screen,print" /> <link rel="stylesheet" type="text/css" href="{$baseurl}/css/sucs.css" media="screen" /> -- GitLab