Skip to content

Commit

Permalink
Added markup to force topics searches be on the same line as "You are…
Browse files Browse the repository at this point in the history
… not logged in" message in old styles.
  • Loading branch information
Quy Ton committed Jun 7, 2011
1 parent b9f1e01 commit 25828a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -230,7 +230,7 @@ function process_form(the_form)
$page_statusinfo = $page_topicsearches = array();

if ($pun_user['is_guest'])
$page_statusinfo = '<p>'.$lang_common['Not logged in'].'</p>';
$page_statusinfo = '<p class="conl">'.$lang_common['Not logged in'].'</p>';
else
{
$page_statusinfo[] = '<li><span>'.$lang_common['Logged in as'].' <strong>'.pun_htmlspecialchars($pun_user['username']).'</strong></span></li>';
Expand Down

0 comments on commit 25828a0

Please sign in to comment.