replaced a \ with a / in $this->_stacks path to the sidemenu file
authorgreg gay <ggay@ocad.ca>
Tue, 6 Dec 2005 18:41:08 +0000 (18:41 -0000)
committergreg gay <ggay@ocad.ca>
Tue, 6 Dec 2005 18:41:08 +0000 (18:41 -0000)
docs/mods/_standard/google_search/module.php

index 38d9494..a2f6952 100644 (file)
@@ -10,7 +10,8 @@ $this->_pages['admin/index.php']['children'] = array('mods/_standard/google_sear
 $_student_tool = 'mods/_standard/google_search/index.php';\r
 \r
 //side menu\r
-$this->_stacks['google_search'] = array('title_var'=>'google_search', 'file'=>dirname(__FILE__).'\side_menu.inc.php');\r
+$this->_stacks['google_search'] = array('title_var'=>'google_search', 'file'=>dirname(__FILE__).'/side_menu.inc.php');\r
+\r
 \r
 $this->_pages['mods/_standard/google_search/index.php']['title_var'] = 'google_search';\r
 $this->_pages['mods/_standard/google_search/index.php']['img']       = 'mods/_standard/google_search/google.gif';\r