Inserting Code
標準でインサート系のコード(編集タグ)が用意されています。
- % !$include filename.php$! % for including a php file, that will be executed.
- % !$function functionname$! % for calling a function in a php file you previously
- % !$place filename.js$! % for placing filename.js content in your page.
- % !$first filename.php$! % for including a php as the first line of the page, before any other code, including header.
- % !$head filename.js$! % for placing filename.js content inside the header of your page, just before the header closing tag.
