1
timgno
Request smarty functions
  • 2011/1/16 22:37

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Hi!

To request a smarty function "smarty_function_xoops_link" I use this code in the template:

le="color: #000000"><?php XOOPS_URL/modules/MODULENAME/viewcat.php?cid=5&orderby=titleA

but I get this result:

le="color: #000000"><?php http://127.0.0.1/xoops-2.5.0/htdocs/modules/TDMDownloads/viewcat.php?cid,orderby=titleA


How can change this to improve?

Thanks!


2
ghia
Re: Request smarty functions
  • 2011/1/17 13:22

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


And the desired result is?

3
timgno
Re: Request smarty functions
  • 2011/1/17 14:21

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


the desired result should be this:
le="color: #000000"><?php http://127.0.0.1/xoops-2.5.0/htdocs/modules/TDMDownloads/viewcat.php?cid=$cid&lid=$lid&orderby=titleA&title=$title&description=$description

Thanks