Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>OpenNauticalChart</title>
<title>Michael Epley's OpenNauticalChart</title>
<meta name="AUTHOR" content="Olaf Hannemann" >
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="description" content="OpenNauticalChart offers free seacharts for everybody. This charts are usable (offline) with several ship-plotters and Navigation-equipement on board.">
Expand Down Expand Up @@ -31,6 +31,6 @@
<div id="actionDialog">
<br>
</div>
<? include('./include/topmenu.inc'); ?>
<?php include('./include/topmenu.inc'); ?>
</body>
</html>
2 changes: 1 addition & 1 deletion weather_index.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function fillTimeDiv() {
<img src="./resources/icons/OpenPortGuideLogo_32.png" height="32px" title="Weather by OpenPortGuide" onClick="javascript:showActionDialog(localize('%license', 'License'), loadFile('./dialog_pages/main_license/main_license_' + localize('%locale', 'en') + '.html', 'txt'));">
</div>
<div id="actionDialog"></div>
<? include('./include/topmenu_weather.inc'); ?>
<?php include('./include/topmenu_weather.inc'); ?>
<div id="timemenu" style="position:absolute; top:55px; left:50px;"></div>
<div id="comment" style="position:absolute; top:10px; right:5px; visibility:hidden;">
<img src="./resources/map/WindScale.png"/>
Expand Down