Home > Article > CMS Tutorial > What are the commonly used tags in Empire CMS?
Several tags commonly used by empire cms:
Smart tags [e:loop={'73',1,0,1, '','id desc'}] [/e:loop]
Link:=$bqsr['titleurl']?>
Image path:= $bqr[titlepic]?>
Title: =esub($bqr[title],22)?> =$bqr[title]?>
Subtitle: [!--ftitle--]
Description: =esub($bqr[smalltext],75)?>
Text:
$fr=$empire->fetch1("select newstext from {$dbtbpre}ecms_news_data_{$bqr[stb]} where id='$bqr[id]'");
> ;
=$fr[newstext]?> or [!--newstext--]
Release time: [!--newstime--]
From: [!--befrom--]
Author: [!--writer--]
Title: [!--title--]
Current location: [!--newsnav--]
Link: [e:loop={'select * from [!db.pre!]enewslink where checked=1 order by lid desc limit 24',20 ,24,0}]
[/e:loop]
Recommended: Empire cms website building tutorial
The above is the detailed content of What are the commonly used tags in Empire CMS?. For more information, please follow other related articles on the PHP Chinese website!