diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 23:47:43 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 23:47:43 +0000 |
commit | d3092274c25e9ee8b0fa729a5f3a35df7dde276c (patch) | |
tree | 8b565ea3cee475e71e7c9ad392f26af60960c227 /lib/action.php | |
parent | a18351bc390cc0c4081286220120a6b5e8402a19 (diff) | |
parent | c73ed29cb7977de759379249d0932f5fa62b179b (diff) |
Merge branch 'uiredesign' of ../evan into uiredesign
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 5 |
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'); |