在综合英文版XOOPS 2.09, 2.091, 2.092 的基础上正式发布XOOPS 2.09中文版 XOOPS 2.09x 版主要是PHP5升级、bug修正和安全补正: 1 全面兼容PHP 5.

源代码在线查看: sidebar.php

软件大小: 3473 K
上传用户: susanxuwenjun
关键词: XOOPS 2.09 2.091 2.092
下载地址: 免注册下载 普通下载 VIP

相关代码

								/*
				function selected($selected, $current) {
					if ($selected == $current) echo ' selected="selected"';
				}
				*/
				$mode = 'sidebar';
				
				$standalone = 1;
				require_once('admin-header.php');
				
				get_currentuserinfo();
				
				if ($user_level == 0)
					die (_LANG_P_CHEATING_ERROR);
				
				$time_difference = get_settings('time_difference');
				
				if ('b' == $_GET['a']) {
				
				?>
				
				
				WordPress Posted
				
				
				
									
					
				
								
				} else {
				
				?>
				
				WordPress Sidebar
								
				
				
				form {
					padding: 3px;
				}
				.sidebar-categories {
				    display: block;
				    height: 6.6em;
				    overflow: auto;
				    background-color: #f4f4f4;
				}
				.sidebar-categories label {
					font-size: 10px;
				    display: block;
				    width: 90%;
				}
				
				
				
				
				
								
				
				
				
				
				
				
				
				
				
				
				
				
				
				    				    				
				
				
				
				
				
				
								}
				?>			

相关资源