Changeset 2194
- Timestamp:
- 06/16/2009 04:29:53 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
bb-admin/admin-header.php (modified) (1 diff)
-
bb-templates/kakumei/footer.php (modified) (2 diffs)
-
bb-templates/kakumei/header.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-admin/admin-header.php
r2177 r2194 2 2 <html xmlns="http://www.w3.org/1999/xhtml"<?php bb_language_attributes( '1.1' ); ?>> 3 3 <head> 4 <meta http-equiv="X-UA-Compatible" content="IE=8" /> 4 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 6 <title><?php bb_admin_title() ?></title> -
trunk/bb-templates/kakumei/footer.php
r2177 r2194 1 1 </div> 2 2 </div> 3 4 3 <div id="footer" role="contentinfo"> 5 4 <p><?php printf(__('%1$s is proudly powered by <a href="%2$s">bbPress</a>.'), bb_option('name'), "http://bbpress.org") ?></p> … … 18 17 </div> 19 18 20 <?php do_action('bb_foot'); ?>19 <?php do_action('bb_foot'); ?> 21 20 22 21 </body> -
trunk/bb-templates/kakumei/header.php
r2061 r2194 1 <?php 2 $_head_profile_attr = ''; 3 if ( bb_is_profile() ) { 4 global $self; 5 if ( !$self ) { 6 $_head_profile_attr = ' profile="http://www.w3.org/2006/03/hcard"'; 7 } 8 } 9 ?> 1 10 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 11 <html xmlns="http://www.w3.org/1999/xhtml"<?php bb_language_attributes( '1.1' ); ?>> 3 <?php if (bb_is_profile()) : global $self; ?> 4 <?php if (!$self) : ?> 5 <head profile="http://www.w3.org/2006/03/hcard"> 6 <?php else : ?> 7 <head> 8 <?php endif; ?> 9 <?php else : ?> 10 <head> 11 <?php endif; ?> 12 <head<?php echo $_head_profile_attr; ?>> 13 <meta http-equiv="X-UA-Compatible" content="IE=8" /> 12 14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 13 15 <title><?php bb_title() ?></title> 14 <?php bb_feed_head(); ?>15 16 <link rel="stylesheet" href="<?php bb_stylesheet_uri(); ?>" type="text/css" /> 16 17 <?php if ( 'rtl' == bb_get_option( 'text_direction' ) ) : ?> … … 18 19 <?php endif; ?> 19 20 21 <?php bb_feed_head(); ?> 22 20 23 <?php bb_head(); ?> 21 24 22 25 </head> 23 24 26 <body id="<?php bb_location(); ?>"> 25 27 <div id="wrapper"> 26 27 28 <div id="header" role="banner"> 28 29 <h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1> … … 34 35 </div> 35 36 </div> 37 <div id="main"> 36 38 37 38 <div id="main">39 39 <?php if ( bb_is_profile() ) profile_menu(); ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)