B1: Dán code sau vào _header
[code"><!--parser:xtscript-->
var $default = <xt:get_device_template />
var $style = call cookie::get $name=style;$default=$default;
if $style == web
Print {{Bạn đang xem style web ở header}}
else
Print {{Bạn đang xem style wap ở header}}
endif
<!--/parser:xtscript-->[/code">
B2: Vào _footer dán code này
[code"><!--parser:xtscript-->
var $default = <xt:get_device_template />
var $style = call cookie::get $name=style;$default=$default;
if $style == web
Print {{Bạn đang xem style web ở footer}}
Print <a href="/style?style=mobile">WapVersion</a>
else
Print {{Bạn đang xem style wap ở footer}}
Print <a href="/style?style=web">Web Version</a>
endif
<!--/parser:xtscript-->[/code">
B3: Tạo file style ngang với index và chèn code này vào
[code"><!--parser:xtscript-->
get style
if $style
call cookie::set $name=style; $val=$style; $expire=31556926;
else
call cookie::set $name=style; $val=mobile; $expire=31556926;
endif
<!--/parser:xtscript-->
<div class="phdr">Đổi giao diện</div><div class="list1">
<font color="green">Đang tải giao diện....<br/>
<meta http-equiv=refresh content="0; URL=<xt id="referer" local="y" default="http://viptruyen.mobie.in">">
Nếu trang không tự tải lại xin <a href="<xt id="referer" local="y" default="http://viptruyen.mobie.in">">Click vào đây.</a></font>
</div>[/code">
Sửa link lại nhé
B4: Vào các file đã tạo sữa nội dung, chỉ sử dụng HTML cho các file trong mục auto. File nào và công dụng thì nhìn tên file là biết rồi nha
Chúc các bạn thành công.
Copy xin ghi nguồn: Kenh360.Org