Show
Ignore:
Timestamp:
04/14/08 18:09:32 (8 months ago)
Author:
aarkerio
Message:

POrtal favicon

Location:
trunk/app/views/layouts
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/layouts/admin.ctp

    r325 r396  
    66 <head> 
    77  <title>Karamelo: Control Panel</title> 
     8<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> 
    89<!--[if gte IE 5.5]> 
    910   <?php  echo $javascript->link('dhtml'); ?> 
  • trunk/app/views/layouts/portal.ctp

    r342 r396  
    99<title>Karamelo:: <?php echo $title_for_layout; ?> </title> 
    1010<meta name="keywords" content="education, school, elearning" /> 
     11<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> 
    1112<meta name="description" content="Educational Portal" /> 
    1213<?php