summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-15 23:47:43 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-15 23:47:43 +0000
commitd3092274c25e9ee8b0fa729a5f3a35df7dde276c (patch)
tree8b565ea3cee475e71e7c9ad392f26af60960c227 /lib/action.php
parenta18351bc390cc0c4081286220120a6b5e8402a19 (diff)
parentc73ed29cb7977de759379249d0932f5fa62b179b (diff)
Merge branch 'uiredesign' of ../evan into uiredesign
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/action.php b/lib/action.php
index f9f5acf2c..90bb67870 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -297,7 +297,12 @@ class Action extends HTMLOutputter // lawsuit
function showCore()
{
$this->elementStart('div', array('id' => 'core'));
+ $this->elementStart('dl', array('id' => 'site_nav_local_views'));
+ $this->element('dt', null, _('Local views'));
+ $this->elementStart('dd');
$this->showLocalNav();
+ $this->elementEnd('dd');
+ $this->elementEnd('dl');
$this->showContentBlock();
$this->showAside();
$this->elementEnd('div');