From f7ccbde31062488cbf04b3e4c06a9aa590ebfedd Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 4 Dec 2008 15:30:59 +0000 Subject: Interface fix: add link to gsearch/ on normal search page git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@198 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/top.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/top.inc.php b/templates/top.inc.php index 55f0aaa..9bce24f 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -53,4 +53,7 @@ if (isset($error) && $error!='') { if (isset($msg) && $msg!='') { echo '

'. $msg ."

\n"; } +if (isset($tipMsg) && $tipMsg!='') { + echo '

'. $tipMsg ."

\n"; +} ?> \ No newline at end of file -- cgit v1.2.3-54-g00ecf