summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-29 09:56:18 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-29 09:56:18 -0400
commit8755b0e0bd2219cd44133bfacbc8afc58595c3e5 (patch)
tree50f1e5a065a2abd47cb5c9c82b529d58721c5227
parent17dae0213589107c0d916e1e26ab2376540605fd (diff)
downloadthird_party-cobbler-8755b0e0bd2219cd44133bfacbc8afc58595c3e5.tar.gz
third_party-cobbler-8755b0e0bd2219cd44133bfacbc8afc58595c3e5.tar.xz
third_party-cobbler-8755b0e0bd2219cd44133bfacbc8afc58595c3e5.zip
Remove duplicate append.
-rw-r--r--templates/pxesystem.template2
-rw-r--r--website/new/footer.html9
2 files changed, 10 insertions, 1 deletions
diff --git a/templates/pxesystem.template b/templates/pxesystem.template
index 1564d7e..b551164 100644
--- a/templates/pxesystem.template
+++ b/templates/pxesystem.template
@@ -3,5 +3,5 @@ prompt 0
timeout 1
label linux
kernel $kernel_path
- append $append_line
+ $append_line
diff --git a/website/new/footer.html b/website/new/footer.html
index f5d06cc..35be552 100644
--- a/website/new/footer.html
+++ b/website/new/footer.html
@@ -1,3 +1,12 @@
<p>Copyright &copy; 2007 Red Hat, Inc. and others.
A project from the <a href="http://et.redhat.com/">Red Hat Emerging Technologies Group</a>.<br />
Website design is <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0</a>.
+
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-2111813-2";
+urchinTracker();
+</script>
+
+