Difference between revisions of "Issuepedia:Code/lib/links"
< Issuepedia:Code | lib
Jump to navigation
Jump to search
(func ShowTopic) |
m (added "empty" clause to ShowTopic) |
||
Line 60: | Line 60: | ||
<let name=sqlWhere append>')</let> | <let name=sqlWhere append>')</let> | ||
<echo>SQL: <get name=sqlWhere /></echo> | <echo>SQL: <get name=sqlWhere /></echo> | ||
− | <for table="qryW3_Titles_Catgs" where=$sqlWhere sort="page_title DESC" name=pg hide> | + | <for table="qryW3_Titles_Catgs" where=$sqlWhere sort="page_title DESC" name=pg empty="no items yet" hide> |
<let name=pg_title val="@row.pg.page_title" /> | <let name=pg_title val="@row.pg.page_title" /> | ||
<let name=idx inc /> | <let name=idx inc /> |