Changeset 247 for trunk/install


Ignore:
Timestamp:
06/24/2011 11:49:41 AM (11 months ago)
Author:
sque
Message:

Add "community" concept on config and installation.
Improve home page, by adding a general welcome text (Closes #149).
Design and integrate favicon on frontend and installer.

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/index.php

    r244 r247  
    3333        'deps' => 'Dependencies', 
    3434        'file_perms' => 'File permissions', 
     35        'community' => 'Community Information', 
    3536        'smarty' => 'Smarty configuration', 
    3637        'dbsetup' => 'Setup database', 
     
    5859        <title>WiND - Installation</title> 
    5960        <link rel="stylesheet" href="<?php echo surl('/../templates/basic/css/styles_packed.css')?>" > 
    60         <link rel="stylesheet" href="install.css">       
     61        <link rel="icon" type="image/png" href="<?php echo surl('/../templates/basic/images/favicon_32.png')?>" / > 
     62        <link rel="stylesheet" href="install.css"> 
     63                 
    6164        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>   
     65         
    6266</head> 
    6367<body> 
Note: See TracChangeset for help on using the changeset viewer.