-----------
Features
+* Added favicon for Mozilla and a backwards compatible version for IE.
* Login will allow browsers to save different usernames and passwords for different servers.
* Pagination selection available fore reports
* You can configure reports db, schema and table names
/**
* Class to hold various commonly used functions
*
- * $Id: Misc.php,v 1.142 2007/04/18 14:08:48 mr-russ Exp $
+ * $Id: Misc.php,v 1.143 2007/04/18 15:01:15 mr-russ Exp $
*/
class Misc {
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset={$lang['appcharset']}\" />\n";
// Theme
echo "<link rel=\"stylesheet\" href=\"themes/{$conf['theme']}/global.css\" type=\"text/css\" />\n";
+ echo "<link rel=\"shortcut icon\" href=\"images/themes/{$conf['theme']}/Favicon.ico\" type=\"image/vnd.microsoft.icon\" />\n";
+ echo "<link rel=\"icon\" type=\"image/png\" href=\"images/themes/{$conf['theme']}/Introduction.png\" />\n";
echo "<title>", htmlspecialchars($appName);
if ($title != '') echo " - {$title}";
echo "</title>\n";