Changeset 921

Show
Ignore:
Timestamp:
03/19/07 17:35:39 (2 years ago)
Author:
donncha
Message:

Fix links in footer, thanks kingler (fixes #277)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/themes/home/footer.php

    r731 r921  
    77                <?php bloginfo('name'); ?> is proudly powered by  
    88                <a href="http://mu.wordpress.org/">WordPress MU</a> running on <a href="http://<?php echo $current_site->domain . $current_site->path ?>"><?php echo $current_site->site_name ?></a>. <a href="http://<?php echo $current_site->domain . $current_site->path ?>wp-signup.php" title="Create a new blog">Create a new blog</a> and join in the fun! 
    9                 <br /><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> 
    10                 and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. 
     9                <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> 
     10                and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. 
    1111                <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> 
    1212        </p>