First Commit
This commit is contained in:
Executable
+20
@@ -0,0 +1,20 @@
|
||||
<!-- Footer -->
|
||||
<?php
|
||||
date_default_timezone_set("Asia/Jakarta");
|
||||
echo "© 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>
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-554082-6']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user