Commit eef83331 by Scott

Remove old category navigation

parent e331e164
...@@ -645,7 +645,6 @@ class qa_html_theme_base ...@@ -645,7 +645,6 @@ class qa_html_theme_base
$this->widgets('side', 'top'); $this->widgets('side', 'top');
$this->sidebar(); $this->sidebar();
$this->widgets('side', 'high'); $this->widgets('side', 'high');
$this->nav('cat', 1);
$this->widgets('side', 'low'); $this->widgets('side', 'low');
$this->output_raw(@$this->content['sidepanel']); $this->output_raw(@$this->content['sidepanel']);
$this->feed(); $this->feed();
......
...@@ -289,7 +289,6 @@ class qa_html_theme extends qa_html_theme_base ...@@ -289,7 +289,6 @@ class qa_html_theme extends qa_html_theme_base
$this->widgets('side', 'top'); $this->widgets('side', 'top');
$this->sidebar(); $this->sidebar();
$this->widgets('side', 'high'); $this->widgets('side', 'high');
$this->nav('cat', 1);
$this->widgets('side', 'low'); $this->widgets('side', 'low');
if (isset($this->content['sidepanel'])) if (isset($this->content['sidepanel']))
$this->output_raw($this->content['sidepanel']); $this->output_raw($this->content['sidepanel']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment