17 lines
309 B
PHP
17 lines
309 B
PHP
|
<!-- begin footer -->
|
||
|
|
||
|
<div id="footer">
|
||
|
<p>Argazkia: <a href ="http://www.flickr.com/photos/theklan/sets/72157626245583898/">Mr. Theklan</a></p>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<?php wp_footer(); ?>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
var files_reference = '<?php echo json_encode($objetos);?>';
|
||
|
</script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|