1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-03 21:27:46 +00:00

Fix username reference on club page

This commit is contained in:
GitHabbo 2022-11-13 14:10:06 +01:00
parent e4ccf404a1
commit 9b5fe95f3f

View file

@ -26,7 +26,7 @@ var andSoItBegins = (new Date()).getTime();
<script type="text/javascript"> <script type="text/javascript">
document.habboLoggedIn = {{ session.loggedIn }}; document.habboLoggedIn = {{ session.loggedIn }};
var habboName = "{{ playerDetails.username }}"; var habboName = "{{ playerDetails.getName() }}";
var ad_keywords = ""; var ad_keywords = "";
var habboReqPath = "{{ site.sitePath }}"; var habboReqPath = "{{ site.sitePath }}";
var habboStaticFilePath = "{{ site.staticContentPath }}/web-gallery"; var habboStaticFilePath = "{{ site.staticContentPath }}/web-gallery";
@ -96,7 +96,7 @@ body { behavior: url({{ site.staticContentPath }}/web-gallery/js/csshover.htc);
<li class=""> <li class="">
<a href="{{ site.sitePath }}/me">Home</a> </li> <a href="{{ site.sitePath }}/me">Home</a> </li>
<li class=""> <li class="">
<a href="{{ site.sitePath }}/home/{{ playerDetails.username }}">My Page</a> </li> <a href="{{ site.sitePath }}/home/{{ playerDetails.getName() }}">My Page</a> </li>
<li class=""> <li class="">
<a href="{{ site.sitePath }}/profile">Account Settings</a> </li> <a href="{{ site.sitePath }}/profile">Account Settings</a> </li>
<li class="selected{% if gameConfig.getInteger('guides.group.id') == 0 %} last{% endif %}"> <li class="selected{% if gameConfig.getInteger('guides.group.id') == 0 %} last{% endif %}">