View file user/smile.php

File size: 887B
<?
//***********************************************//
//        HwapCms - бесплатная wap CMS           //
//            Автор: wap_masterok                //
//             Официальный сайт                  //
//             http://wap-help.ru                //
//                                               //
//***********************************************//

$title = 'Смайлы';

include("../inc/core.php");
include("../inc/head.php");
include("../inc/user_panel.php");



$res = mysql_query("SELECT * FROM `smiles`");
    while ($sm = mysql_fetch_assoc($res)) {
            echo'<div class="tmn"> '.$sm['code'].'  <img src="/'.$sm['path'].'" alt="'.$s['code'].'" /><br \></div>';
    }
    echo '<div class="tmn"><a href="'.$_SERVER['HTTP_REFERER'].'">Назад</a></div>'; 
include("../inc/foot.php");
    foot();
?>