- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
function message($mess,$font,$border,$backgr){
$bsize = '2';
if ($font == "" || $border == "" || $backgr == "" ){
$font = '#ffffff';
$border = 'none';
$backgr = 'none';
$backgr = 'none';
$bsize = '0';
}
//exit();
echo $top_pan.'<br>
<div align="center">
<div align="center"
style="width: 60%; border-width: '.$bsize.'; border-style: solid;color: '.$font.'; border-color: '.$border.'; background-color: '.$backgr.';">'
.$mess.'</div></div>'.$bottom_pan;
}
Оттуда же.
А вообще там все можно выкладывать.
жестоко...