Changeset 8 for trunk/index.php


Ignore:
Timestamp:
Sep 14, 2018, 1:13:11 AM (6 years ago)
Author:
chronos
Message:
  • Fixed: Typo in contact.
  • Modified: Use bigger text font.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r7 r8  
    307307      '</head><body>';
    308308    $Output .= $Content;
    309     $Output .= '<br/><div class="footer">Contect: <a href="mailto:'.$Config['Contact'].'">'.$Config['Contact'].'</a> '.
     309    $Output .= '<br/><div class="footer">Contact: <a href="mailto:'.$Config['Contact'].'">'.$Config['Contact'].'</a> '.
    310310       '<a href="https://svn.zdechov.net/trac/teribear/">Source code</a></div>';
    311311    $Output .= '</body></html>';
Note: See TracChangeset for help on using the changeset viewer.