Fix filename of blue folder icon

This commit is contained in:
Eike Foken
2011-09-11 22:25:45 +02:00
parent 037510094b
commit 17545751fa
2 changed files with 1 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ class Dashboard extends CI_Controller {
public function index() {
$tpl['action_buttons'] = array(
array(
'icon' => 'icons-big/folder-new.png',
'icon' => 'icons-big/blue-folder-new.png',
'text' => _('New project'),
'target' => site_url('projects/create'),
),