Skip to content

Commit

Permalink
some fixes and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bijju089 committed Nov 21, 2024
1 parent 296bb8d commit b5bc127
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 13 deletions.
2 changes: 1 addition & 1 deletion custom/templates/Aurora/aurora/modern_navbar.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
{/if}
<div class="column" style="text-align: center;">
<div class="ui medium image">
<img src="{$LOGO_IMAGE}" style="cursor:pointer; display: unset; max-width: 100%; height: {if isset ($LOGOHEIGHT)}{$LOGOHEIGHT}px{else}auto{/if};">
<img src="{if $LOGO_IMAGE}{$LOGO_IMAGE}{else}https://cxstudios.in/uploads/cx.png{/if}" style="cursor:pointer; display: unset; max-width: 100%; height: {if isset ($LOGOHEIGHT)}{$LOGOHEIGHT}px{else}auto{/if};">
</div>
</div>
{if $MINECRAFTVIEW eq '1'}
Expand Down
26 changes: 17 additions & 9 deletions custom/templates/Aurora/footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,15 @@
</div>
<div class="ui inverted section divider"></div>
<div class="center aligned">
<span class="item">&copy; <strong>{$SITE_NAME}</strong> {'Y'|date}</span> |
<span class="item">Powered By <a href="https://namelessmc.com">NamelessMC</a></span> <br>
<span class="item">Theming with <i class="fa-solid fa-heart fa-beat" style="color: #d90d0d;"></i> by <a href="https://cxstudios.org">cxSTUDIOS</a></span>
</div>
<br>
<span class="item">&copy; <strong>{$SITE_NAME}</strong> {'Y'|date}</span>
{* THIS LINE SHOULD NOT BE REMOVED, THIS IS THE ATTRIBUTION TO THE TEMPLATE DEVELOPER AND CONTRIBUTORS *}
<a href="https://cxstudios.in/aurora" style="float: right; margin-left: 10px;">
<img src="https://cxstudios.in/uploads/cx.png" alt="cxSTUDIOS" style="filter: grayscale(100%); width: 50px; height: auto;">
</a>
</div>
<div class="center aligned">
<span class="item">Powered By <a href="https://namelessmc.com">NamelessMC</a></span>
</div>
<div class="center aligned">
<div class="ui horizontal inverted small divided link list">
<a class="item" href="/cache/sitemaps/sitemap-index.xml">Site Map</a>
Expand All @@ -96,11 +100,15 @@
<div class="ui inverted vertical footer segment" id="footer">
<div class="ui container">
<div class="center aligned">
<span class="item">&copy; <strong>{$SITE_NAME}</strong> {'Y'|date}</span> |
<span class="item">Powered By <a href="https://namelessmc.com">NamelessMC</a></span> <br>
<span class="item">Theming with <i class="fa-solid fa-heart fa-beat" style="color: #d90d0d;"></i> by <a href="https://cxstudios.xyz">cxSTUDIOS</a></span>
<span class="item">&copy; <strong>{$SITE_NAME}</strong> {'Y'|date}</span>
{* THIS LINE SHOULD NOT BE REMOVED, THIS IS THE ATTRIBUTION TO THE TEMPLATE DEVELOPER AND CONTRIBUTORS *}
<a href="https://cxstudios.in/aurora" style="float: right; margin-left: 10px;">
<img src="https://cxstudios.in/uploads/cx.png" alt="cxSTUDIOS" style="filter: grayscale(100%); width: 50px; height: auto;">
</a>
</div>
<br>
<div class="center aligned">
<span class="item">Powered By <a href="https://namelessmc.com">NamelessMC</a></span>
</div>
<div class="center aligned">
<div class="ui horizontal inverted small divided link list">
<a class="item" href="/cache/sitemaps/sitemap-index.xml">Site Map</a>
Expand Down
2 changes: 1 addition & 1 deletion custom/templates/Aurora/navbar.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
{/if}
<div class="column" style="text-align: center;">
<div class="ui medium image">
<img src="{$LOGO_IMAGE}" style="cursor:pointer; display: unset; max-width: 100%; height: {if isset ($LOGOHEIGHT)}{$LOGOHEIGHT}px{else}auto{/if};">
<img src="{if $LOGO_IMAGE}{$LOGO_IMAGE}{else}https://cxstudios.in/uploads/cx.png{/if}" style="cursor:pointer; display: unset; max-width: 100%; height: {if isset ($LOGOHEIGHT)}{$LOGOHEIGHT}px{else}auto{/if};">
</div>
</div>
{if $MINECRAFTVIEW eq '1'}
Expand Down
2 changes: 1 addition & 1 deletion custom/templates/Aurora/template_settings/page/about.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@
});
</script>
</div>
</div>
</div>
3 changes: 3 additions & 0 deletions custom/templates/Aurora/template_settings/page/main.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<a href="https://cxstudios.in/youtube/" target="_blank" class="btn btn-danger">
<i class="fab fa-youtube"></i> <span class="d-none d-md-inline">YouTube</span>
</a>
<a href="https://cxstudios.in/donate/" target="_blank" class="btn" style="background-color:pink">
<i class="fas fa-heart"></i> <span class="d-none d-md-inline">Donate</span>
</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion custom/templates/Aurora/template_settings/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,4 @@

$smarty->assign([
'TOKEN' => Token::get(),
]);
]);

0 comments on commit b5bc127

Please sign in to comment.