⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 web.php

📁 phpcms2007很好的cms内容管理系统,操作方便
💻 PHP
字号:
<?php 
require './include/common.inc.php';
$tab = 'web';
$page = isset($page) ? intval($page) : 1;
$username = isset($username) ? trim($username) : '';

if($username)
{
	$r = $db->get_one("SELECT * FROM ".TABLE_MEMBER." m,".TABLE_MEMBER_INFO." i WHERE m.username='".$username."' AND m.userid=i.userid");
	if(!$r) showmessage("闈炴硶鐢ㄦ埛");
	extract($r);

	$lastlogintime = date('Y-m-d H:i', $lastlogintime);

	$head['title'] = $my_house_corpname.'涓婚〉';
	$head['keywords'] = $my_house_corpname.$MOD['seo_keywords'];
	$head['description'] = $my_house_corpname.$MOD['seo_description'];
	if($detail)
	{
		include template($mod, 'web_detail');
	}
	else
	{
		$my_house_introduce = str_cut(strip_tags($my_house_introduce), 200, '...');
		include template($mod, 'web');
	}
}
else
{
	$head['title'] = '涓

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -