Changeset 154

Show
Ignore:
Timestamp:
05/03/07 06:20:21
Author:
danfreak
Message:

"FAL: changed name to frontend stylesheet from style.css to fal_style.css"

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FreakAuth/trunk/www/system/application/helpers/freakauth_light_helper.php

    r130 r154  
    118118 *  
    119119 * IF A USER IS NOT LOGGED IN: 
    120  * "Welcome the_user_name / logout
     120 * "Welcome guest / login
    121121 *  
    122122 * you can customise the appearance of these messages modifying the views used 
  • FreakAuth/trunk/www/system/application/views/FreakAuth_light/template/header.php

    r2 r154  
    44<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    55<title><?=$heading.' &raquo; '.$this->config->item('FAL_website_name')?></title> 
    6 <link href="<?=base_url();?>public/css/style.css" rel="stylesheet" type="text/css" /> 
     6<link href="<?=base_url();?>public/css/fal_style.css" rel="stylesheet" type="text/css" /> 
    77<script src="<?=base_url();?>public/js/jquery.js" type="text/javascript"></script> 
    88<script src="<?=base_url();?>public/js/flash.js" type="text/javascript"></script>