PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
637 B

<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
$janW = 500;
$janH = 400;
$tpl = 'templates/site.tpl';
$imgNovo = "<img src=\"imgSite/novoUser.png\" width=\"16\" height=\"16\" border=\"0\" title=\"Inclui novo site\">";
$imgNovo = "<a href=\"javaScript:NovaJanela('index.php?idProg=105&idSite=0', 'siteCad', '$janW', '$janH', 'resizable=NO,scrollbars=NO');\">$imgNovo</a>";
$isPostBack = true;
print_r($_POST);
$smarty->assign('erro', $erro);
$smarty->assign("linhas", $linha);
$smarty->assign("txtConsulta", $param);
GetTemplate($smarty, $tpl);
?>