Skip to content

Commit

Permalink
Change download link
Browse files Browse the repository at this point in the history
  • Loading branch information
partydragen committed Mar 7, 2021
1 parent 68fe07d commit d0050ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
## Notes:
- If you are using a custom template, make sure you add the template file (in the **custom/templates/DefaultRevamp** directory) to your custom template!

## Patreon
If you like to help out with the development and get early access to new updates and new modules check out [https://www.patreon.com/partydragen/](https://www.patreon.com/partydragen)

## Minecraft Community website:
If you own a minecraft server i will love if you add your minecraft server to my Minecraft Community website, and adding your voting link to your website :)
There is also monthly 15 USD giveaways so register today :P
Expand Down
2 changes: 2 additions & 0 deletions upload/custom/panel_templates/Default/members/members.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
<input type="submit" class="btn btn-primary" value="{$SUBMIT}">
</div>
</form>

<center><p>Members Module by <a href="https://partydragen.com/" target="_blank">Partydragen</a></p></center>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion upload/modules/Members/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function onPageLoad($user, $pages, $cache, $smarty, $navs, $widgets, $tem
'CURRENT_VERSION' => str_replace('{x}', $this->getVersion(), $this->_members_language->get('members', 'current_version_x')),
'NEW_VERSION' => str_replace('{x}', Output::getClean($update_check->new_version), $this->_members_language->get('members', 'new_version_x')),
'UPDATE' => $this->_members_language->get('members', 'view_resource'),
'UPDATE_LINK' => 'https://partydragen.com/resources/resource/3-members-list/'
'UPDATE_LINK' => Output::getClean($update_check->link)
));
}
}
Expand Down

0 comments on commit d0050ca

Please sign in to comment.