[geeklog-cvs] geeklog-1.3/public_html/layout/clean/admin/story listitem.thtml,1.1.1.1,1.2

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Aug 23 08:38:55 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/layout/clean/admin/story
In directory www:/tmp/cvs-serv13863/public_html/layout/clean/admin/story

Modified Files:
	listitem.thtml 
Log Message:
Found a few more places where we did not properly use the article URL when URL rewriting is on.


Index: listitem.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/clean/admin/story/listitem.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** listitem.thtml	30 Apr 2003 20:41:28 -0000	1.1.1.1
--- listitem.thtml	23 Aug 2004 12:38:53 -0000	1.2
***************
*** 4,8 ****
                                      </td>
                                      <td align="left">
!                                         <a href="{site_url}/article.php?story={story_id}">{story_title}</a>
                                      </td>
                                      <td align="center">{story_access}</td>
--- 4,8 ----
                                      </td>
                                      <td align="left">
!                                         <a href="{article_url}">{story_title}</a>
                                      </td>
                                      <td align="center">{story_access}</td>




More information about the geeklog-cvs mailing list