Przeglądaj źródła

use theme_magic_url, as otherwise this shit fails

Andy Baugh 6 lat temu
rodzic
commit
273706b6c3
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      notification-center/notification-center.tt

+ 3 - 2
notification-center/notification-center.tt

@@ -7,8 +7,9 @@
 	END;
 	END;
 
 
 	SET styleSheets = [
 	SET styleSheets = [
-	   rtl_bootstrap,
-	   '/libraries/fontawesome/css/font-awesome.min.css'
+		rtl_bootstrap,
+		theme_magic_url('libraries/bootstrap/optimized/css/bootstrap.min.css')
+	    theme_magic_url('/libraries/fontawesome/css/font-awesome.min.css')
 	];
 	];
 
 
     WRAPPER 'master_templates/master.tmpl'
     WRAPPER 'master_templates/master.tmpl'