make add/remove starter buttons date sensitive
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="col s12">
|
||||
<a href="http://cwsvjudo.bplaced.net/participo" class="breadcrumb">cwsvJudo-Apps</a>
|
||||
<a href="http://cwsvjudo.bplaced.net/participo/events" class="breadcrumb">
|
||||
<?php echo($meta['title']);?>
|
||||
<?php echo($meta['title']); ?>
|
||||
</a>
|
||||
<a class="right top-nav sidenav-trigger waves-effect waves-light hide-on-large-only" href="#"
|
||||
data-target="nav-mobile">
|
||||
@@ -28,14 +28,22 @@
|
||||
</a>
|
||||
</li>
|
||||
<!-- brings its own li -->
|
||||
<?php require_once("sidenav/loginStatus.php");?>
|
||||
<?php require_once 'sidenav/loginStatus.php'; ?>
|
||||
<li class="bold">
|
||||
<a class="waves-effect waves-teal right-align" href="#eventList">Liste anstehender Events<i
|
||||
<a class="waves-effect waves-teal" href="/participo">zurück<i
|
||||
class="material-icons">home</i></a>
|
||||
</li>
|
||||
<li class="bold">
|
||||
<a class="waves-effect waves-teal right-align" href="#comingStarts">Liste anstehender Starts<i
|
||||
class="material-icons">format_list_bulleted</i></a>
|
||||
</li>
|
||||
<li class="bold">
|
||||
<a class="waves-effect waves-teal right-align" href="#detailedEventList">Eventdetails<i
|
||||
<a class="waves-effect waves-teal right-align" href="#eventList">Liste anstehender Events<i
|
||||
class="material-icons">view_list</i></a>
|
||||
</li>
|
||||
<li class="bold">
|
||||
<a class="waves-effect waves-teal right-align" href="#detailedEventList">Eventdetails<i
|
||||
class="material-icons">event</i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div><!-- cwsvJudoApps SideNav -->
|
||||
Reference in New Issue
Block a user