Switched to tags for the content sub-types

Update content.php, strings.json, and index.php
This commit is contained in:
2021-12-08 16:56:59 +01:00
parent 559bb29972
commit f0d6268635
3 changed files with 42 additions and 18 deletions

View File

@@ -17,7 +17,8 @@
<p>REQUEST_URI: <?php echo($_SERVER['REQUEST_URI']); ?></p>
<p>$requested_content_type: <?php echo($requested_content_type); ?></p>
<p>$requested_content_display_type: <?php echo($requested_content_display_type); ?></p>
<p>$requested_content_sub_type: <?php echo($requested_content_sub_type); ?></p>
<p>$requested_content_sub_type: <i>Undefined</i></p>
<p>$requested_tags: [<?php echo(implode(", ", $requested_tags)); ?>]</p>
<p>$content_has_error: <?php echo($content_has_error); ?></p>
<p>$_content_error_message_key: <?php echo($_content_error_message_key); ?></p>
<p>localize($_content_error_message_key): <?php echo(localize($_content_error_message_key)); ?></p>