First test
This commit is contained in:
17
kankys-theme/footer.php
Normal file
17
kankys-theme/footer.php
Normal file
@ -0,0 +1,17 @@
|
||||
</div><!-- end row class -->
|
||||
|
||||
<div class="footer">
|
||||
<div class="copyrights">
|
||||
Copyright © <?php echo date("Y") ?> | Všechna práva vyhrazena |
|
||||
<a href="<?php echo home_url(); ?>/" title="<?php bloginfo('description'); ?>">
|
||||
<?php bloginfo('name'); ?></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- Theme Hook -->
|
||||
<?php wp_footer(); ?>
|
||||
|
||||
<!--END body-->
|
||||
</body>
|
||||
<!--END html -->
|
||||
</html>
|
Reference in New Issue
Block a user