More Updates

This commit is contained in:
Willy Sudiarto Raharjo
2012-06-13 09:18:40 +07:00
parent a374abe8c1
commit 58aa0b492a
11 changed files with 4060 additions and 906 deletions
+6 -4
View File
@@ -1,10 +1,11 @@
<!-- Footer -->
<footer>
<?php
date_default_timezone_set("Asia/Jakarta");
echo "&copy; 2007-" . date("Y") . ". All right reserved.<br/>\n";
echo "<p>&copy; 2007-" . date("Y") . ". All right reserved.<br/>\n";
?>
Suggestions, critics, and comments can be sent to <a href="mailto:&#119;&#105;&#108;&#108;&#121;&#115;&#114;&#64;&#103;&#109;&#97;&#105;&#108;.&#99;&#111;&#109;" class="footer">Willy Sudiarto Raharjo</a><br/>
<a href="http://validator.w3.org/check?uri=referer" class="footer">Valid XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://lecturer.ukdw.ac.id/willysr" class="footer">Valid CSS</a>
Suggestions, critics, and comments can be sent to <a href="mailto:<?php echo EMAIL; ?>" class="footer">Willy Sudiarto Raharjo</a><br/>
<a href="http://validator.w3.org/check?uri=referer" class="footer">Valid HTML5</a> | <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://lecturer.ukdw.ac.id/willysr" class="footer">Valid CSS</a></p>
<script type="text/javascript">
var _gaq = _gaq || [];
@@ -17,4 +18,5 @@ Suggestions, critics, and comments can be sent to <a href="mailto:&#119;&#105;&#
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</script>
</footer>