mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 20:52:00 +01:00
14 lines
336 B
Smarty
14 lines
336 B
Smarty
|
|
<p>
|
|
|
|
<?php if($confirmed){ ?>
|
|
|
|
<?php print $x; ?>. <a href="index.php?route=user/list"><?php print $text_back; ?></a>
|
|
|
|
<?php } else { ?>
|
|
<a href="index.php?route=user/remove&uid=<?php print $uid; ?>&user=<?php print $user; ?>&confirmed=1"><?php print $text_remove_this_user; ?>: <?php print $user; ?></a>
|
|
<?php } ?>
|
|
|
|
</p>
|
|
|