Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hendrickson committed Oct 26, 2009
1 parent 14ffec4 commit 2788402
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/omb/plugins/wp.php
Expand Up @@ -2321,6 +2321,8 @@ function in_reply_to(&$the_post) {
$microblog_themes = array('twitteronia','p2','prologue-theme');


add_include_path(library_path());
include('remy-tweed/plugins/linkify.php');



Expand Down
2 changes: 1 addition & 1 deletion wp-content/themes/p2/header.php
Expand Up @@ -165,7 +165,7 @@ function inline_shorturl() {
<div id="header">
<div class="sleeve">
<h1><a href="<?php bloginfo( 'url' ); ?>"><?php bloginfo( 'name' ); ?></a></h1>
<?php if(get_bloginfo('description')) : ?><small><?php bloginfo( 'description' ); ?></small><?php endif; ?>
<small><?php if(get_bloginfo('description')) : ?><?php bloginfo( 'description' ); ?><?php else : ?>&nbsp;<?php endif; ?></small>

</div>
<div id="header-round">
Expand Down
2 changes: 0 additions & 2 deletions wp-content/themes/p2/index.php
@@ -1,8 +1,6 @@
<?php
include 'wp-content/language/lang_chooser.php'; //Loads the language-file

add_include_path(library_path());
include('remy-tweed/plugins/linkify.php');


if( 'POST' == $_SERVER['REQUEST_METHOD'] && !empty( $_POST['action'] ) && $_POST['action'] == 'post' ) {
Expand Down

0 comments on commit 2788402

Please sign in to comment.