WIP: bring news to materialize template
This commit is contained in:
@@ -137,7 +137,13 @@ dist: all
|
||||
|
||||
# @todo shouldn't be used any more
|
||||
mkdir -p $(distDir)/.local
|
||||
|
||||
$(LN) configs/heliohost/config.json $(distDir)/.local/config.json
|
||||
$(LN) configs/heliohost/secrets.json $(distDir)/.local/secrets.json
|
||||
$(LN) configs/local/db.config.php $(distDir)/.local/db.config.php
|
||||
# testing/development
|
||||
mkdir -p $(distDir)/httpdocs/pages/test
|
||||
find src/pages/test -type f -exec $(LN) {} $(distDir)/httpdocs/pages/test \;
|
||||
|
||||
docker-compose restart
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
/// - theoretisch sollte es bereits von der aufrufenden Datei
|
||||
/// eingebunden sein
|
||||
require_once("./config.inc.php");
|
||||
require_once($$home."/.local/db.config.php");
|
||||
// require_once($$basePath."/config/phpcount.config.php");
|
||||
// require_once($$basePath."/config/cwsvJudo.config.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/miscAssis.php");
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
<?
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/miscAssis.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/newsLib.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/wkKalender.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/galTable.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/newsTableHtml.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/newsLib.php");
|
||||
require_once($$basePath."/ressourcen/phpLib/cwsvJudo/galleryRedirector.php");
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
@@ -68,7 +77,7 @@
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
Lorem Ipsum
|
||||
$body$
|
||||
</div>
|
||||
|
||||
<div class="parallax-container">
|
||||
|
||||
@@ -22,7 +22,7 @@ zum Beispiel das [Programm für die Gürtelprüfungen][cwsvJudoWikiKyu].
|
||||
|
||||
|
||||
## Letzte Neuigkeiten
|
||||
<?php /* $options=array(); $options['limit']=6; $options['headerRootLevel']=2; echoNewsTableHtml( $options ); */?>
|
||||
<?php $options=array(); $options['limit']=6; $options['headerRootLevel']=2; echoNewsTableHtml( $options ); ?>
|
||||
|
||||
[cwsvHomepage]: http://www.cwsv-sport.de "Homepage des Chemnitzer Freizeit- und Wohngebietssportvereines"
|
||||
[cwsvJudoTraining]: http://cwsvjudo.bplaced.net/trainingszeiten "Trainingszeiten der Judoka des Chemnitzer Freizeit- und Wohngebietssportvereines"
|
||||
|
||||
Reference in New Issue
Block a user