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
#inlinetrytable { | |
width: 100%; | |
border-collapse: collapse; | |
} | |
#inlinetrytable th, #inlinetrytable td { | |
padding: 10px; | |
border: 1px solid #ddd; | |
text-align: left; | |
} |
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
<?php | |
/* Botão de Logout com Redirect | |
[logout url='/pagina-que-deseja-redirecionar'] | |
Use o parametro url para informar o destino após o logout. | |
Design by: Dante Testa | |
*/ |