More Updates
This commit is contained in:
+6
-4
@@ -1,10 +1,11 @@
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<?php
|
||||
date_default_timezone_set("Asia/Jakarta");
|
||||
echo "© 2007-" . date("Y") . ". All right reserved.<br/>\n";
|
||||
echo "<p>© 2007-" . date("Y") . ". All right reserved.<br/>\n";
|
||||
?>
|
||||
Suggestions, critics, and comments can be sent to <a href="mailto:willysr@gmail.com" 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:wi&#
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>
|
||||
</script>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user