From 70a6ad2ec813b76d10ac785a6a08c5830e6cefa8 Mon Sep 17 00:00:00 2001
From: Matthew Juhl <mjuhl24@gmail.com>
Date: Thu, 17 Dec 2009 22:22:29 +0000
Subject: [PATCH] Replaced elgg loading indicator with ours

---
 unl_theme/views/default/css.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php
index eda46ec4..795f6bba 100644
--- a/unl_theme/views/default/css.php
+++ b/unl_theme/views/default/css.php
@@ -8,6 +8,7 @@
 
 
 
+
 /************************************ begin copied default theme styles (with anything we don't need/want removed) ******/
 
 <?php
@@ -2027,7 +2028,7 @@ a.toggle_editor {
 }
 
 div.ajax_loader {
-	background: white url(<?php echo $vars['url']; ?>_graphics/ajax_loader.gif) no-repeat center 30px;
+	background: white url(/wdn/templates_3.0/css/header/images/colorbox/loading.gif) no-repeat center 30px;
 	width:auto;
 	height:100px;
 	margin:0 10px 0 10px;
@@ -2036,7 +2037,6 @@ div.ajax_loader {
 }
 
 
-
 /* reusable elgg horizontal tabbed navigation 
    (used on friends collections, external pages, & riverdashboard mods)
 */
-- 
GitLab