[geeklog-cvs] geeklog-1.3/public_html links.php,1.31,1.32

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Wed Jun 9 07:30:34 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv3752

Modified Files:
	links.php 
Log Message:
Introduced {link_actual_url} variable, holding the actual URL of the linked site (instead of Geeklog's portal.php redirect).


Index: links.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/links.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** links.php	11 Dec 2003 09:47:05 -0000	1.31
--- links.php	9 Jun 2004 11:30:31 -0000	1.32
***************
*** 132,135 ****
--- 132,136 ----
                  $linklist->set_var('link_url', $_CONF['site_url'] .
                      '/portal.php?what=link&item=' . $A['lid']);
+                 $linklist->set_var ('link_actual_url', $A['url']);
                  $linklist->set_var('link_name', stripslashes($A['title']));
                  $linklist->set_var('link_hits', $A['hits']);
***************
*** 188,191 ****
--- 189,193 ----
                  $linklist->set_var('link_url', $_CONF['site_url'] .
                      '/portal.php?what=link&item=' . $A['lid']);
+                 $linklist->set_var ('link_actual_url', $A['url']);
                  $linklist->set_var('link_name', stripslashes($A['title']));
                  $linklist->set_var('link_hits', $A['hits']);




More information about the geeklog-cvs mailing list