-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix page load timer + add missing template
Fix page load timer + add missing forum redirect template
- Loading branch information
Showing
4 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
upload/custom/templates/Nextyle/forum/view_forum_confirm_redirect.tpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{include file='navbar.tpl'} | ||
|
||
<div class="container"> | ||
<div class="card"> | ||
<div class="card-block"> | ||
{$CONFIRM_REDIRECT} | ||
<hr /> | ||
<div class="btn-group btn-group-lg" role="group" aria-label="..."> | ||
<a href="{$FORUM_INDEX}" class="btn btn-secondary">{$NO}</a> | ||
<a href="{$REDIRECT_URL}" target="_blank" rel="noopener nofollow" class="btn btn-{$NEXTYLE_COLOR}">{$YES}</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{include file='footer.tpl'} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters