Admin
Well-Known Member
Staff member
Administrator
Dùng đến 50 theme web cũng được
demo ko có ai làm đc show ra.
Mở style.php
tìm:
	
	
	
		
thêm dưới
	
	
	
		
Mở incfiles/head.php
tìm:
	
	
	
		
thêm dưới
	
	
	
		
lưu ý: đổi tên head,end.php thành head,end_wap.php trước khi add ko die mất wap nhé.
thế thôi mod này khá đơn giản.
link download đã add sẵn 6 em.
http://upwap.ru/2820973
Nguồn: zingtop
				
			demo ko có ai làm đc show ra.
Mở style.php
tìm:
		PHP:
	
	case "web":
$the="web";
setcookie("the", $the, time() + 3600 * 24 * 365);
header("location: index.php");
break;
	
		PHP:
	
	case "web1":
$the="web";
setcookie("the", $the, time() + 3600 * 24 * 365);
header("location: index.php");
break;
	Mở incfiles/head.php
tìm:
		PHP:
	
	if ($the == 'web')
{
$version = 'zingtop';
$vers = 'head_web.php';
$end_vers = 'end_web.php';
$main_menu = 'mainmenu.php';
}
	
		PHP:
	
	if ($the == 'web1')
{
$version = 'zingtop';
$vers = 'head_web1.php';
$end_vers = 'end_web1.php';
$main_menu = 'mainmenu.php';
}
	lưu ý: đổi tên head,end.php thành head,end_wap.php trước khi add ko die mất wap nhé.
thế thôi mod này khá đơn giản.
link download đã add sẵn 6 em.
http://upwap.ru/2820973
Nguồn: zingtop