Site Index Change for 1.3.9

Wednesday, March 31 2004 @ 09:24 AM EST

Contributed by: tomw

Changing my original siteindex to use the new url rewritting of Geeklog 1.3.9 is very easy.

Change the original line 70 from

$display .= '<a href="' . $_CONF['site_url'] . '/article.php?story=' . $A['sid'] . '">'

to
   

$display .= '<a href="' . $_CONF['site_url'] . '/article.php/' . $A['sid'] . '">'      

TomW

3 comments



http://gplugs.pigstye.net/article.php/20040331092445248