Changeset 2078 for trunk/application

Show
Ignore:
Timestamp:
02/18/2008 06:07:52 PM (9 months ago)
Author:
Shadowhand
Message:

Adding "Donate" to the welcome page.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/controllers/welcome.php

    r2004 r2078  
    2222                $welcome->links = array 
    2323                ( 
    24                         'License' => url::base(FALSE).'Kohana License.html', 
    2524                        'Home Page' => 'http://kohanaphp.com/', 
    2625                        'Documentation' => 'http://doc.kohanaphp.com/', 
    2726                        'Forum' => 'http://forum.kohanaphp.com/', 
     27                        'License' => url::base(FALSE).'Kohana License.html', 
     28                        'Donate' => 'http://kohanaphp.com/donate.html', 
    2829                ); 
    2930