Commit b9242b56269e05dea4b39a9c990c091ea850a3e4

Authored by Eriksen Costa
1 parent 92aaf3a8
Exists in master

#85 by Marcelo Gomes, Eriksen Costa: Adicionado {{{favicon.ico}}} padrão no i-Educar.

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
ieducar/favicon.ico 0 → 100644
No preview for this file type
ieducar/index.php
... ... @@ -33,10 +33,11 @@
33 33 <head>
34 34 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
35 35 <title>Sistema de gestão escolar | i-Educar</title>
  36 + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
36 37 </head>
37 38 <frameset rows="115,*" frameborder="1" framespacing="2" border="0">
38 39 <frame src="intranet/topo.php" name="superior" noresize scrolling="no">
39   - <frame src="intranet/index.php" name="central" marginwidth="2" marginheight="3" noresize scrolling="yes">
  40 + <frame src="intranet/index.php" name="central" marginwidth="2" marginheight="3" noresize scrolling="yes">
40 41 </frameset>
41 42 <noframes>
42 43 <body>
... ...