B1: Mở file head.php trong thư mục incfiles
Tìm đoạn
Thêm vào bên dưới code sau
Chúc các bạn thành công
demo : itshare.info
ai biết rùi mong các bạn đừng nói là đi quảng cáo hoặc ném gạch , nói những từ xúc phạm đến người khác .Thanks
Tìm đoạn
PHP:
echo '<div class="logo"><table border=0 width=100%>
<tr><td align=left><a href="' . $set['homeurl'] . '"><img src="' . $set['homeurl'] . '/theme/' . $set_user['skin'] . '/images/logo.gif" alt=""/></a></td>' .
($headmod == 'mainpage' && count(core::$lng_list) > 1 ? '<td align="right"><a href="' . $set['homeurl'] . '/go.php?lng"><b>' . strtoupper(core::$lng_iso) . '</b></a>*<img src="' . $set['homeurl'] . '/images/flags/' . core::$lng_iso . '.gif" alt=""/>*</td>' : '') .'</td></tr>
</table></div>';
Thêm vào bên dưới code sau
PHP:
if ($user_id || $set['active']) {
echo '<div class="logo" align="right"><form action="' . $rootpath . 'users/?act=setskin" method="post" style="font-size:x-small" >' .
'Thay đổi theme nhanh:<br><select name="skin" style="font-size:x-small"></div>';
foreach (glob($rootpath . 'theme/*/*.css') as $val) {
$dir = explode('/', dirname($val));
$theme = array_pop($dir);
echo '<option' . (core::$user_set['skin'] == $theme ? ' selected="selected">' : '>') . $theme . '</option>';
}
echo '</select>' .
'<input type="submit" name="submit" value="Save" style="font-size:x-small"/></form></div>';
}
Chúc các bạn thành công
demo : itshare.info
ai biết rùi mong các bạn đừng nói là đi quảng cáo hoặc ném gạch , nói những từ xúc phạm đến người khác .Thanks