]> git.llucax.com Git - z.facultad/75.43/tp1.git/commitdiff
Se agrega un logo.
authorLeandro Lucarella <llucax@gmail.com>
Sun, 8 May 2005 02:07:22 +0000 (02:07 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 8 May 2005 02:07:22 +0000 (02:07 +0000)
src/img/logo.png [new file with mode: 0644]
src/lib/pagina.php

diff --git a/src/img/logo.png b/src/img/logo.png
new file mode 100644 (file)
index 0000000..eddbb2a
Binary files /dev/null and b/src/img/logo.png differ
index e612a7e55ac460cbf0af337b01ea95d5e86f93d3..883aa6380bf681469887add06de43a6529749679 100644 (file)
@@ -40,7 +40,7 @@ function pagina_cabecera($titulo = '')
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >
     </head>
     <body>
-        <h1>Grupos</h1>
+        <h1><img src="img/logo.png" alt="Logo" /></h1>
         <?php if ($titulo) echo "<h2>$titulo</h2>\n" ?>
 <?php
 }