User Tools

Site Tools


just-testing
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Last revision
just-testing [2021/05/21 01:50] dblume
Line 1: Line 1:
 +====== Title ======
  
 +One one line, you can put the php directive like so:
 +
 +<file html>
 +<link href="<?php echo DOKU_TPL?>index.php" />
 +</file>
 +
 +But if you split it, then if you paste ''<?php echo DOKU_TPL?>'' into the quotes, you can't save this page.
 +
 +<file html>
 +<link
 + href="index.php" />
 +</file>