Skip to content
Snippets Groups Projects
Commit b5dd9932 authored by Alexandre Bourget's avatar Alexandre Bourget
Browse files

Move images + Create page Donate, fix Home (add button Home) + Add footer (donate)

Moved images from doc/images to www/images since they are backend specific, and
need not be sitted beside the actual documentation (the 'NOTE' icon might
not be taken from the same place when rendered to a PDF later).

That way, we'll be able to use those icons elsewhere on the website, without
fetching them from the repository. They aren't going to be updated, also,
and thus don't need versioning very much.
parent 9474a760
No related branches found
No related tags found
No related merge requests found
Showing
with 9 additions and 0 deletions
......@@ -10,4 +10,13 @@
<div id="page_wrapper">
<div id="header">
<a href="."><img src="images/logoSFLphone<?= ($module == 'home' ? '512x149' : '312x91') ?>.png" /></a>
<?php if ($module != 'home') { ?>
<div id="homebutton">
<a href="index.php"><img src="images/home.png" alt="Home" /></a>
</div>
<?php } ?>
</div>
\ No newline at end of file
www/images/home.png

1.51 KiB

File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment