logo
authorMichael Wallner <mike@php.net>
Fri, 20 Dec 2019 12:17:00 +0000 (13:17 +0100)
committerMichael Wallner <mike@php.net>
Fri, 20 Dec 2019 12:22:00 +0000 (13:22 +0100)
app/views/layout.phtml
app/views/navbar.phtml
public/pharext.png [new file with mode: 0644]

index e8e40571f13cf160346c5f4b98ad06a16332c20e..adc4edee9604478ae113578afe43470e9d777a00 100644 (file)
@@ -12,8 +12,9 @@
                <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
                <link rel="stylesheet" href="<?= $baseUrl->mod(":./octicons/octicons.css") ?>">
                <link rel="stylesheet" href="<?= $baseUrl->mod(":./index.css") ?>">
-               
-               <?php if (!empty($styles)) : ?>
+        <link rel="shortcut icon" type="image/png" href="<?= $baseUrl->mod(":./pharext.png") ?>">
+
+        <?php if (!empty($styles)) : ?>
                        <?php foreach($styles as $style) : ?>
                                <?php if ($style instanceof \http\Url) : ?>
                
index 0b0a5986168ffd2404575465bd05bec5cb9e7669..7193d4b9b94b7215f5efd214c4dc3e9dc5c1e9f9 100644 (file)
@@ -1,6 +1,9 @@
 
 <nav class="navbar navbar-default">
        <div class="container">
+        <div class="navbar-header">
+            <img src="<?=$baseUrl->mod(":./pharext.png")?>" style="height:3em;" alt="">
+        </div>
                <!-- Brand and toggle get grouped for better mobile display -->
                <div class="navbar-header">
                        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-navbar-collapse-1">
diff --git a/public/pharext.png b/public/pharext.png
new file mode 100644 (file)
index 0000000..b5beb63
Binary files /dev/null and b/public/pharext.png differ