Browse Source

use theme_magic_url, as otherwise this shit fails

Andy Baugh 6 years ago
parent
commit
273706b6c3
1 changed files with 3 additions and 2 deletions
  1. 3 2
      notification-center/notification-center.tt

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

@@ -7,8 +7,9 @@
 	END;
 
 	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'