favicon in V2?
Posted: 27 Aug 2008, 08:40
Does V2 support favicons like V1?
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo $this->siteTitle; ?></title>
<link href="<?php echo IV_PATH; ?>css/forAdmin.css" rel="stylesheet" type="text/css" />
<link href="<?php echo IV_PATH; ?>css/forImagevue.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html" />
<script type="text/javascript" src="<?php echo IV_PATH; ?>javascript/swfobject.js"></script>
<script type="text/javascript" src="<?php echo IV_PATH; ?>javascript/swfaddress.js"></script>
<style type="text/css">
/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}
#imagevue {
height: 100%;
}
/* end hide */
body {
background-color: #<?php echo $this->bkGrColor; ?>;
margin: 0px;
padding: 0px;
height: 100%;
}
#forAdmin { display: none;}
</style>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body>
<!-- #forAdmin -->
<?php if (ivAcl::isAdmin()): ?>