added class to main nav ul
authorOve Klykken <ove@gaslightmedia.com>
Thu, 31 Jul 2014 20:27:08 +0000 (16:27 -0400)
committerOve Klykken <ove@gaslightmedia.com>
Thu, 31 Jul 2014 20:27:08 +0000 (16:27 -0400)
Toolkit/Page.php

index 84e0ea7..06e2dc9 100755 (executable)
@@ -657,7 +657,7 @@ class Toolkit_Page
                 $newNav[] = $item;
             }
         }
-        $html = $this->_arrayToListHTML($newNav, 0, 'clearfix');
+        $html = $this->_arrayToListHTML($newNav, 0, 'clearfix sf-menu');
         return ($html) ? $html : '';
     }