photo_info.inc.php

来自「F2blog v1.1 beta 12.27更新说明 1、后台编辑器增加了文本」· PHP 代码 · 共 35 行

PHP
35
字号
<?
if ($settingInfo['rewrite']==0) {
	$gourl="index.php?load=$load&amp;bbbphoto=$bbbphoto";
	if ($_GET[setid]!=""){
		$pageurl="index.php?load=$load&amp;bbbphoto=$bbbphoto&amp;page=$page&amp;setid={$_GET[setid]}&amp;did=";
		$listurl="index.php?load=$load&amp;bbbphoto=$bbbphoto&amp;page=$page&amp;setid={$_GET[setid]}";
	}else{
		$pageurl="index.php?load=$load&amp;bbbphoto=$bbbphoto&amp;page=$page&amp;did=";
		$listurl="index.php?load=$load&amp;bbbphoto=$bbbphoto&amp;page=$page";
	}
}
if ($settingInfo['rewrite']==1) {
	$gourl="rewrite.php/$load-$bbbphoto";
	if ($_GET[setid]!=""){
		$pageurl="rewrite.php/$load-$bbbphoto-set-{$_GET[setid]}-$page-";
		$listurl="rewrite.php/$load-$bbbphoto-set-{$_GET[setid]}-$page".$settingInfo['stype'];
	}else{
		$pageurl="rewrite.php/$load-$bbbphoto-$page-";
		$listurl="rewrite.php/$load-$bbbphoto-$page".$settingInfo['stype'];
	}
}
if ($settingInfo['rewrite']==2) {
	$gourl="$load-$bbbphoto";
	if ($_GET[setid]!=""){
		$pageurl="$load-$bbbphoto-set-{$_GET[setid]}-$page-";
		$listurl="$load-$bbbphoto-set-{$_GET[setid]}-$page".$settingInfo['stype'];
	}else{
		$pageurl="$load-$bbbphoto-$page-";
		$listurl="$load-$bbbphoto-$page".$settingInfo['stype'];
	}
}

if($GoBind->photogetPhotoInfo($_GET['did'],$page,$bbb_per_page)) {
//if($GoBind->photogetPhotoInfo("AF84A4FA341D014B2935A88F69B842EADT",$page,$bbb_per_page)) {
	//鍙栧緱涓婁笅涓

⌨️ 快捷键说明

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