Changeset 154
- Timestamp:
- 05/03/07 06:20:21
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/helpers/freakauth_light_helper.php
r130 r154 118 118 * 119 119 * IF A USER IS NOT LOGGED IN: 120 * "Welcome the_user_name / logout"120 * "Welcome guest / login" 121 121 * 122 122 * 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 4 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 5 5 <title><?=$heading.' » '.$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" /> 7 7 <script src="<?=base_url();?>public/js/jquery.js" type="text/javascript"></script> 8 8 <script src="<?=base_url();?>public/js/flash.js" type="text/javascript"></script>
