The example in this article describes the method of calling the download address of the content page on the homepage of the Empire CMS. Share it with everyone for your reference. The specific implementation method is as follows:
The code is as follows:
[e:loop={'download',10,23,0,'isgood=1'}] <li><a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a> <span><a href="/e/DownSys/DownSoft/ ?classid=<?=$bqr[classid]?>&id=<?=$bqr[id]?>&pathid=0" target="_blank">点击下载</a></span></li> [/e:loop]
It is recommended to study "Empire cms tutorial"
I hope that this article will help everyone build an Imperial CMS website Helps.
The above is the detailed content of How to call the download address of the content page on the home page of the Empire CMS. For more information, please follow other related articles on the PHP Chinese website!