summaryrefslogtreecommitdiff
path: root/modules/search/helpers/search_theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search/helpers/search_theme.php')
-rw-r--r--modules/search/helpers/search_theme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/search/helpers/search_theme.php b/modules/search/helpers/search_theme.php
index 07066caa..ffbfac8f 100644
--- a/modules/search/helpers/search_theme.php
+++ b/modules/search/helpers/search_theme.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2010 Bharat Mediratta
+ * Copyright (C) 2000-2011 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ class search_theme_Core {
if ($theme->page_subtype() != "login") {
$view = new View("search_link.html");
return $view->render();
- }else {
+ } else {
return "";
}
}