lib/webgen/plugins/menustyles/horizontal_dropdown.rb in webgen-0.3.6 vs lib/webgen/plugins/menustyles/horizontal_dropdown.rb in webgen-0.3.7
- old
+ new
@@ -1,9 +1,9 @@
#
#--
#
-# $Id: horizontal_dropdown.rb 334 2005-08-23 19:11:53Z thomas $
+# $Id: horizontal_dropdown.rb 348 2005-09-02 08:43:33Z thomas $
#
# webgen: template based static website generator
# Copyright (C) 2004 Thomas Leitner
#
# This program is free software; you can redistribute it and/or modify it under the terms of the GNU
@@ -18,10 +18,10 @@
# write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#++
#
-require 'webgen/plugins/menustyles/defaultmenustyle'
+require 'webgen/plugins/menustyles/default'
module MenuStyles
class HorizontalDropdownMenuStyle < MenuStyles::DefaultMenuStyle