Show
Ignore:
Timestamp:
02/17/09 17:26:46 (3 years ago)
Author:
daris
Message:

portal: changed fluxbb link to punbb link in links panel

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/portal_by_daris/install.php

    r23 r55  
    111111                        'INSERT'        => 'location, position, name, content', 
    112112                        'INTO'          => 'panels', 
    113                         'VALUES'        => '0, 1, \'Links\', \'<a href="http://fluxbb.org">FluxBB</a>\'' 
     113                        'VALUES'        => '0, 1, \'Links\', \'<a href="http://punbb.informer.com">PunBBBB</a>\'' 
    114114                ); 
    115115                $result = $forum_db->query_build($query) or error(__FILE__, __LINE__);