Added a favicon

This commit is contained in:
Phyks 2013-09-15 17:14:36 +02:00
parent d9e9e32249
commit 07d440a4e0
8 changed files with 15 additions and 6 deletions

17
TODO
View File

@ -1,14 +1,19 @@
* Don't cache the username
* JSON output => do index view
* API
* cf TODO in files
* French template
* Favicon
Issues :
========
None
To fix :
========
* Best way to not cache the username on index page
Improvements :
==============
* French template
* User groups
* Search invoice
* JSON output => do index view
* API
* cf TODO in files
Manage paybacks :
=================

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

BIN
tpl/default_en/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -5,6 +5,10 @@
<title>{$instance_title}</title>
<link rel="stylesheet" media="screen" type="text/css" href="css/style.css" />
<meta name="viewport" content="width=device-width"/>
<link rel="icon" href="favicon-32.png" sizes="32x32">
<link rel="apple-touch-icon-precomposed" href="favicon-152.png">
<meta name="msapplication-TileColor" content="#333333">
<meta name="msapplication-TileImage" content="favicon-144.png">
</head>
<body>
{if condition="!$connection"}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 B

After

Width:  |  Height:  |  Size: 332 B