diff --git a/templates/Includes/BreadCrumbs.ss b/templates/Includes/BreadCrumbs.ss
index 85f7896..0542f90 100644
--- a/templates/Includes/BreadCrumbs.ss
+++ b/templates/Includes/BreadCrumbs.ss
@@ -1,5 +1,5 @@
-<% if Level(2) %>
+<% if $Level(2) %>
$Title
-
- <% if Query %>
+
+ <% if $Query %>
You searched for "{$Query}"
<% end_if %>
-
- <% if Results %>
+
+ <% if $Results %>
<% else %>
Sorry, your search query did not return any results.
<% end_if %>
-
- <% if Results.MoreThanOnePage %>
+
+ <% if $Results.MoreThanOnePage %>
+
Page $Results.CurrentPage of $Results.TotalPages
<% end_if %>
-
\ No newline at end of file
+
diff --git a/templates/Page.ss b/templates/Page.ss
index 5c6535f..223c307 100644
--- a/templates/Page.ss
+++ b/templates/Page.ss
@@ -14,7 +14,7 @@ Change it, enhance it and most importantly enjoy it!
<% base_tag %>
-
@@ -37,9 +37,9 @@ Change it, enhance it and most importantly enjoy it!
<% include Footer %>
-<% require javascript(framework/thirdparty/jquery/jquery.js) %>
+<% require javascript('framework/thirdparty/jquery/jquery.js') %>
<%-- Please move: Theme javascript (below) should be moved to mysite/code/page.php --%>
-
\ No newline at end of file
+