[geeklog-cvs] Geeklog-1.x/public_html/links index.php,1.29,1.30

Dirk Haun dhaun at qs1489.pair.com
Wed Jan 2 04:42:09 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/links
In directory qs1489.pair.com:/tmp/cvs-serv35400/public_html/links

Modified Files:
	index.php 
Log Message:
Reinstate the target site's URL as the link title (since it's obscured by the reidirect via portal.php and the site's title is usually redundant)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/links/index.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** index.php	1 Jan 2008 12:44:57 -0000	1.29
--- index.php	2 Jan 2008 09:42:07 -0000	1.30
***************
*** 9,13 ****
  // | This is the main page for the Geeklog Links Plugin                        |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | This is the main page for the Geeklog Links Plugin                        |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 35,38 ****
--- 35,40 ----
  // +---------------------------------------------------------------------------+
  //
+ // $Id$
+ 
  /**
   * This is the links page
***************
*** 43,47 ****
   * @version 2.0
   * @since GL 1.4.0
!  * @copyright Copyright © 2005-2007
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
--- 45,49 ----
   * @version 2.0
   * @since GL 1.4.0
!  * @copyright Copyright © 2005-2008
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
***************
*** 53,57 ****
   *
   */
- // $Id$
  
  require_once '../lib-common.php';
--- 55,58 ----
***************
*** 326,330 ****
      $content = stripslashes ($A['title']);
      $attr = array(
!         'title' => stripslashes ($A['title']),
          'class' => 'ext-link');
      $html = COM_createLink($content, $url, $attr);
--- 327,331 ----
      $content = stripslashes ($A['title']);
      $attr = array(
!         'title' => stripslashes ($A['url']),
          'class' => 'ext-link');
      $html = COM_createLink($content, $url, $attr);




More information about the geeklog-cvs mailing list