\\2\n\\3",
@@ -316,7 +317,7 @@ function highlight_terms($text, $terms) {
$replace = array();
foreach ($search as $key => $value) {
- $replace[$key] = "".$value."";
+ $replace[$key] = "".$value."";
}
if (substr(phpversion(), 0, 1) > 4) { // PHP 4.x doesn't support str_ireplace
return str_ireplace($search, $replace, $text);
diff --git a/html/inc/util.inc b/html/inc/util.inc
index a68050cda4..2f0a924bfd 100644
--- a/html/inc/util.inc
+++ b/html/inc/util.inc
@@ -355,7 +355,7 @@ function end_table() {
// Table header row with unlimited number of columns
function table_header() {
- echo "
\n";
+ echo "
\n";
for ($i = 0; $i < func_num_args(); $i++) {
if (is_array(func_get_arg($i))) {
$col = func_get_arg($i);
@@ -364,7 +364,7 @@ function table_header() {
echo "
".func_get_arg($i)."
\n";
}
}
- echo "
\n";
+ echo "\n";
}
// Table row with unlimited number of columns
diff --git a/html/project.sample/project.inc b/html/project.sample/project.inc
index bba34f1803..ec610820ce 100644
--- a/html/project.sample/project.inc
+++ b/html/project.sample/project.inc
@@ -72,12 +72,12 @@ function project_banner($title, $prefix) {
// If you include any links, prepend URL with $prefix
// if you need to open divs here close them in project_footer()
- sample_navbar(secure_url_base(), get_logged_in_user(false), true);
+ sample_navbar(secure_url_base(), get_logged_in_user(false), false);
if ($title) {
echo "
$title
\n";
}
}
-$fixed_navbar = true;
+//$fixed_navbar = true;
function project_footer($show_return, $show_date, $prefix) {
// If you include any links, prepend URL with $prefix
diff --git a/html/user/forum_reply.php b/html/user/forum_reply.php
index 58c564cc15..e13cf64a70 100644
--- a/html/user/forum_reply.php
+++ b/html/user/forum_reply.php
@@ -166,8 +166,8 @@ function show_message_row($thread, $parent_post) {
$enable_signature="";
}
$x2 .= "