Update nach langer Zeit
- description zu den seiten hinzugefügt - square7 etwas entfernt - update pandoc: version 2.13 benötigt
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
lang: de
|
||||
title: Neuigkeiten der Judoka des Chemnitzer Freizeit- und Wohngebiets­sportvereines e. V.
|
||||
phpTitleString: getHtmlNewsTitle()
|
||||
author: marko
|
||||
keywords:
|
||||
- Judo
|
||||
@@ -8,5 +9,5 @@ keywords:
|
||||
- News
|
||||
description: "Bekanntmachungen und Meldungen der Judoka des Chemnitzer WSV"
|
||||
...
|
||||
<?php if($_GET['newsId']){$options['newsId']=$_GET['newsId']; echoNewsTableHtml( $options );}?>
|
||||
<?php $options=array(); if($_GET['jahr']) $options['jahr']=$_GET['jahr']; else $options['limit']=6; echoNewsTableHtml( $options );?>
|
||||
<?php if( $_GET['newsId'] ){ $options['newsId'] = $_GET['newsId']; echoNewsTableHtml( $options );}?>
|
||||
<?php $options=array(); if( $_GET['jahr'] ) $options['jahr'] = $_GET['jahr']; else $options['limit'] = 6; echoNewsTableHtml( $options );?>
|
||||
|
||||
Reference in New Issue
Block a user