summaryrefslogtreecommitdiff
path: root/themes/wind/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-19 07:47:04 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-19 07:47:04 -0800
commit8ce1d188068214103515decd71532bf69a36320c (patch)
tree586985b4b523b2decec64ab0aebce2298805f8d2 /themes/wind/views
parent678e22996d73b96833c48d94751344a6bd8f2899 (diff)
parenta4d5269db5b39ad76c49427ecf229a76ef428d84 (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'themes/wind/views')
-rw-r--r--themes/wind/views/page.html.php2
-rw-r--r--themes/wind/views/paginator.html.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php
index 0025a993..ddaf33d0 100644
--- a/themes/wind/views/page.html.php
+++ b/themes/wind/views/page.html.php
@@ -108,7 +108,7 @@
</li>
<? $i++ ?>
<? endforeach ?>
- <li class="g-active"><?= html::purify($theme->item()->title) ?></li>
+ <li class="g-active<? if ($i == 0) print " g-first" ?>"><?= html::purify($theme->item()->title) ?></li>
</ul>
<? endif ?>
</div>
diff --git a/themes/wind/views/paginator.html.php b/themes/wind/views/paginator.html.php
index f6c03084..5034c965 100644
--- a/themes/wind/views/paginator.html.php
+++ b/themes/wind/views/paginator.html.php
@@ -26,7 +26,7 @@
//
?>
-<ul class="g-pager ui-helper-clearfix">
+<ul class="g-paginator ui-helper-clearfix">
<li class="g-first">
<? if ($page_type == "collection"): ?>
<? if (isset($first_page_url)): ?>