20 lines
875 B
PHP
20 lines
875 B
PHP
</div>
|
|
|
|
<?php
|
|
// This code pulls in the sidebar:
|
|
include(get_template_directory() . '/sidebar.php');
|
|
?>
|
|
<div id="footer">
|
|
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.0/"><img alt="رخصة العامة المبدعون" border="0" src="http://creativecommons.org/images/public/somerights20.gif" /></a>
|
|
|
|
<!-- Start of StatCounter Code -->
|
|
<script type="text/javascript" language="javascript">
|
|
var sc_project=519770;
|
|
var sc_partition=3;
|
|
</script>
|
|
|
|
<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img src="http://c4.statcounter.com/counter.php?sc_project=519770&amp;java=0" alt="free stats" border="0"></a> </noscript>
|
|
<!-- End of StatCounter Code -->
|
|
</div><!--footer ends-->
|
|
</body>
|
|
</html>
|