+
+
+
+ @if (Model.Galnet != null)
+ {
+ foreach (var m in Model.Galnet)
+ {
+
@m.Title
+
+ if (m.ImageList != null)
+ {
+ foreach (var im in m.ImageList)
+ {
+ if (!string.IsNullOrEmpty(im))
+ {
+
+ }
+ }
+ }
+
@Html.Raw(m.Body)
+
+ if (!((List
) Model.Galnet).Last().Equals((GalnetData) m))
+ {
+
+
+ }
+
+ }
+ }
+
+
\ No newline at end of file
diff --git a/Elite/Templates/images/galnet/NewsImageDeathOfEmperor.png b/Elite/Templates/images/galnet/NewsImageDeathOfEmperor.png
new file mode 100644
index 0000000..60aa967
Binary files /dev/null and b/Elite/Templates/images/galnet/NewsImageDeathOfEmperor.png differ
diff --git a/Elite/Templates/menu.cshtml b/Elite/Templates/menu.cshtml
index c7217a6..70398d1 100644
--- a/Elite/Templates/menu.cshtml
+++ b/Elite/Templates/menu.cshtml
@@ -15,7 +15,7 @@