Skip to content

Commit 48c4d3a

Browse files
committed
Update index.
1 parent 6a85b26 commit 48c4d3a

File tree

6 files changed

+1505
-21
lines changed

6 files changed

+1505
-21
lines changed

htdocs/images/osgeo-be-small.svg

+80-17
Loading

htdocs/images/osgeo-be.png

32.1 KB
Loading

htdocs/index.php

+5-4
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,17 @@
3131
<ul class="actions">
3232
<!-- Button -->
3333
<li><a href="programme.php" class="button"><?php echo $lang['MENU_PROGRAM']; ?></a></li>
34-
<li><a href="indoor.php" class="button"><?php echo $lang['MENU_VENUE_INDOOR']; ?></a></li>
34+
<li><a href="sponsors.php" class="button"><?php echo $lang['MENU_SPONSORS']; ?></a></li>
35+
<!-- <li><a href="indoor.php" class="button"><?php echo $lang['MENU_VENUE_INDOOR']; ?></a></li> -->
3536
</ul>
36-
<ul class="actions">
37+
<!-- <ul class="actions">
3738
<li><a href="volunteers.php" class="button"><?php echo $lang['MENU_VOLUNTEERS']; ?></a></li>
3839
<li><a href="sponsors.php" class="button"><?php echo $lang['MENU_SPONSORS']; ?></a></li>
3940
</ul>
4041
<ul class="actions">
4142
<li><a href="get-ticket.php" target="_blank" class="button"><?php echo $lang['MENU_REG']; ?></a></li>
42-
</ul>
43-
<p><?php echo $lang['SITE_DATABIG']; ?></p>
43+
</ul> -->
44+
<!-- <p><?php echo $lang['SITE_DATABIG']; ?></p> -->
4445
</section>
4546

4647
<!-- Main -->

0 commit comments

Comments
 (0)