Difference between revisions of "Issuepedia:Code/lib/links"
< Issuepedia:Code | lib
Jump to navigation
Jump to search
(currently can't echo from inside a func; syntax to be resolved. Save data to var and echo from calling code.) |
(set "including" flag) |
||
Line 2: | Line 2: | ||
<func ShowRecent max> | <func ShowRecent max> | ||
<let name=idx /> | <let name=idx /> | ||
+ | <let name=including val=1 /> | ||
<for table="qryW3_Titles_Catgs" where="(cl_to='Data/links')" name=pg limit=$max hide> | <for table="qryW3_Titles_Catgs" where="(cl_to='Data/links')" name=pg limit=$max hide> | ||
<let name=pg_title val="@row.pg.page_title" /> | <let name=pg_title val="@row.pg.page_title" /> |