]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
forgot this file in the commit where the ajax loader graphics view is moved
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 9 Dec 2010 02:04:44 +0000 (02:04 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 9 Dec 2010 02:04:44 +0000 (02:04 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7572 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/messageboard/views/default/widgets/messageboard/content.php

index 305a6980f90a4e6e1a773b1d7299a4535d58fd39..fbf6cb776c27e0c636eafcc95941d49cc48173d9 100644 (file)
@@ -26,7 +26,7 @@ if (isloggedin()) {
 
                        //display the ajax loading gif at the start of the function call
                        //$('#loader').html('<img src="<?php echo elgg_get_site_url(); ?>_graphics/ajax-loader.gif" />');
-                       $('#loader').html('<?php echo elgg_view('ajax/loader',array('slashes' => TRUE)); ?>');
+                       $('#loader').html('<?php echo elgg_view('graphics/ajax_loader', array('slashes' => TRUE)); ?>');
 
                        //load the results back into the message board contents and remove the loading gif
                        //remember that the actual div being populated is determined on views/default/messageboard/messageboard.php