From 1a7a60ea3efde53ac2c3b07ca914483cfc25a827 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 17 Dec 2018 15:34:20 +0100 Subject: media --- app/view/templates/info.php | 2 +- app/view/templates/media.php | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'app/view/templates') diff --git a/app/view/templates/info.php b/app/view/templates/info.php index 4da3819..d86bdc1 100644 --- a/app/view/templates/info.php +++ b/app/view/templates/info.php @@ -203,7 +203,7 @@ You can use any of them, only one or all at the same time, as you prefer.

You can create a html list of links pointing to all the pages using this tag.

- %%tag%% + %TAG:__tag__%

Let's suppose we are in page3 and we have page2, page3, page5, using this tag, this will output :

diff --git a/app/view/templates/media.php b/app/view/templates/media.php index 706a160..613efd1 100644 --- a/app/view/templates/media.php +++ b/app/view/templates/media.php @@ -53,16 +53,18 @@ treecount($dirlist, 'media', 0, 'media', $dir);

+Print the whole content of the folder using this code : %MEDIA:% +
- +
- +
@@ -91,7 +93,7 @@ foreach ($medialist as $media) { type() == 'other') { ?> - [id() ?>.extension() ?>](getincludepath() ?>) + [id() ?>](getincludepath() ?>) getincludepath(); -- cgit v1.2.3