Changeset 956 for trunk/wp-comments-popup.php
- Timestamp:
- 03/01/2004 06:13:32 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-popup.php
r945 r956 9 9 <html xmlns="http://www.w3.org/1999/xhtml"> 10 10 <head> 11 <title><?php echo $blogname?> - Comments on "<?php the_title() ?>"</title>11 <title><?php echo get_settings('blogname'); ?> - Comments on "<?php the_title() ?>"</title> 12 12 13 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset; ?>" />13 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" /> 14 14 <style type="text/css" media="screen"> 15 15 @import url( wp-layout.css ); … … 20 20 <body id="commentspopup"> 21 21 22 <h1 id="header"><a href="" title="<?php echo $blogname ?>"><?php echo $blogname?></a></h1>22 <h1 id="header"><a href="" title="<?php echo get_settings('blogname'); ?>"><?php echo get_settings('blogname'); ?></a></h1> 23 23 24 24 <h2 id="comments">Comments</h2>
Note: See TracChangeset
for help on using the changeset viewer.