From 98b1c5e59844d6524dded46dd8e8a3dd8084551d Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 29 May 2019 23:48:31 +0200 Subject: [PATCH] includes: add basic card php function --- includes/card.php | 14 ++++++++++++++ index.html | 8 ++++---- 2 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 includes/card.php diff --git a/includes/card.php b/includes/card.php new file mode 100644 index 0000000..7106612 --- /dev/null +++ b/includes/card.php @@ -0,0 +1,14 @@ +
"; + echo "

" . $name . "

"; + echo "

" . $description . "

"; + echo ""; + echo "

powered by " . $sourcename . "

"; + echo "
"; +} + +?> + + diff --git a/index.html b/index.html index 3c689cc..e6f72ad 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,7 @@ Accéder
-

powered by gitea

+

powered by gitea

@@ -98,7 +98,7 @@ Coming Soon
-

powered by freshRSS

+

powered by freshRSS

@@ -115,7 +115,7 @@ Accéder
-

powered by wordpress

+

powered by Wordpress

@@ -132,7 +132,7 @@ Accéder
-

powered by pluXML

+

powered by pluXML