We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658b4af commit 6872a73Copy full SHA for 6872a73
src/templates/forms/misc/ads_webinformer.txp
@@ -1,4 +1,4 @@
1
-<txp:php>
+<txp:etc_cache id="webinformer" time="-600"><txp:php>
2
if (!gps('txpreview')) {
3
$opts = array('http' => array('timeout' => 1.6));
4
$url = 'https://website.informer.com/widget/textpattern.com-2';
@@ -9,4 +9,4 @@ if (!gps('txpreview')) {
9
echo $widget;
10
}
11
12
-</txp:php>
+</txp:php></txp:etc_cache>
src/templates/forms/misc/language_table.txp
@@ -1,5 +1,4 @@
-<txp:etc_cache id="crowdin-api" time="-3600">
- <txp:php>
+<txp:etc_cache id="crowdin-api" time="-3600"><txp:php>
$key = parse('<txp:yield name="api-key" />');
5
try {
@@ -48,5 +47,4 @@ echo <<<EOHTML
48
47
</table>
49
</div>
50
EOHTML;
51
- </txp:php>
52
-</txp:etc_cache>
0 commit comments