mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
remove unneeded code after the jquery removal
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5213 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -103,4 +103,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php $includejs = true; include "footer.php"; ?>
|
||||
<?php include "footer.php"; ?>
|
||||
|
||||
@@ -89,19 +89,12 @@ function curPageURL()
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<img src="/images/sflogo.png" alt="SourceForge logo" title="Process Hacker is hosted by SourceForge.net" width="120" height="30">
|
||||
<a href="http://sourceforge.net/projects/processhacker/"><img src="/images/sflogo.png" alt="SourceForge logo" title="Process Hacker is hosted by SourceForge.net" width="120" height="30"></a>
|
||||
<br>
|
||||
<a href="privacy.php">Privacy Policy</a>
|
||||
<br>
|
||||
Copyright © 2008-2012 wj32
|
||||
|
||||
<?php
|
||||
if (@$includejs) {
|
||||
echo "<script src=\"http://www.google.com/jsapi\"></script><script>google.load(\"feeds\", \"1\")</script>";
|
||||
if ($pagetitle == "Overview") {
|
||||
echo "<script src=\"http://s7.addthis.com/js/300/addthis_widget.js#pubid=dmex\"></script>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
<!-- Google Analytics (Async)-->
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
|
||||
@@ -6,11 +6,9 @@
|
||||
Copyright © 2008-2012 wj32
|
||||
|
||||
<?php
|
||||
if (@$includejs) {
|
||||
echo "<script src=\"http://www.google.com/jsapi\"></script><script>google.load(\"feeds\", \"1\")</script>";
|
||||
if ($pagetitle == "Overview") {
|
||||
echo "<script src=\"http://s7.addthis.com/js/300/addthis_widget.js#pubid=dmex\"></script>";
|
||||
}
|
||||
if ($pagetitle == "Overview") {
|
||||
echo "<script src=\"http://www.google.com/jsapi\"></script><script>google.load(\"feeds\", \"1\")</script>
|
||||
<script src=\"http://s7.addthis.com/js/300/addthis_widget.js#pubid=dmex\"></script>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
@@ -282,4 +282,4 @@
|
||||
<!-- AddThis Button END -->
|
||||
</div>
|
||||
|
||||
<?php $includejs = true; include "footer.php"; ?>
|
||||
<?php include "footer.php"; ?>
|
||||
|
||||
Reference in New Issue
Block a user