POST TIME:2021-05-23 00:49
1
<title>
2
{dede:field name='typeid' runphp='yes'}
3
$id=@me;
4
global $dsql;
5
$sql="select seotitle from dede_arctype where id=$id";
6
$row=$dsql->getOne($sql);
7
@me=$row["seotitle"];
8
{/dede:field}
9
</title>
|
1
$this->Fields['typename'] = $this->TypeLink->TypeInfos['typename'];
|
1
$this->Fields['seotitle'] = $this->TypeLink->TypeInfos['seotitle'];
|