tostrss
Мой дом здесь!
- Регистрация
- 16 Окт 2007
- Сообщения
- 768
- Реакции
- 219
PHP:
<!-- Clear -->
<div class="clear"></div>
<!-- Bottom Links // -->
<div class="bottomlinks">
<ul class="cats">
<?php wp_list_categories('sort_column=menu_order&title_li=&depth=1&show_count=0&include='.get_wpn_config('menu_include').'&exclude='.get_wpn_config('menu_exclude')); ?>
</ul>
<ul class="pages">
<li><a href="<?php echo get_option('home'); ?>">Home</a></li>
<?php wp_list_pages('sort_column=menu_order&title_li=&depth=1&include='.get_wpn_config('toplinks_include').'&exclude_tree='.get_wpn_config('toplinks_exclude')); ?>
</ul>
</div>
<!-- // Bottom Links -->
</div>
<!-- // Content -->
<!-- Footer // -->
<div class="footer">
<div class="fleft">
<img src="<?php bloginfo('stylesheet_directory'); ?>/img/logo_small-trans.png" alt="" /><br />
Copyright © 2009 <?php bloginfo('name'); ?>. Sharing themes by <a href="http://www.wpstyles.org">Wordpress themes</a>
</div>
</div>
<!-- // Footer -->
</div>
<!-- // Wrapper -->
<?php wp_footer(); ?>
</body>
</html>