Changeset 883 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/13 19:23:30 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/mylinks/viewcat.php
r405 r883 110 110 $xoopsTpl->assign('show_links', true); 111 111 $xoopsTpl->assign('lang_comments' , _COMMENTS); 112 $xoopsTpl->assign('lang_siteurl', _MD_SITEURL); 113 $xoopsTpl->assign('lang_developer', _MD_DEVELOPER); 114 $xoopsTpl->assign('lang_release_date', _MD_RELEASE_DATE); 115 $xoopsTpl->assign('lang_development_time', _MD_DEVELOPMENT_TIME); 116 $xoopsTpl->assign('lang_site_status', _MD_SITE_STATUS); 117 $xoopsTpl->assign('lang_customize', _MD_CUSTOMIZE); 112 118 $sql = "select l.lid, l.cid, l.title, l.url, l.logourl, l.status, l.date, l.hits, l.rating, l.votes, l.comments, t.description from ".$xoopsDB->prefix("mylinks_links")." l, ".$xoopsDB->prefix("mylinks_text")." t where cid=$cid and l.lid=t.lid and status>0 order by $orderby"; 113 119 $result=$xoopsDB->query($sql,$show,$min);
Note: See TracChangeset
for help on using the changeset viewer.
