blob: fef02e1e1798f30cef30ef79da822d369c67d061 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
%%DATADIR%%/class.compiler.php
%%DATADIR%%/class.config.php
%%DATADIR%%/class.template.php
%%DATADIR%%/plugins/block.capture.php
%%DATADIR%%/plugins/block.strip.php
%%DATADIR%%/plugins/function.counter.php
%%DATADIR%%/plugins/function.cycle.php
%%DATADIR%%/plugins/function.html_checkbox.php
%%DATADIR%%/plugins/function.html_hidden.php
%%DATADIR%%/plugins/function.html_image.php
%%DATADIR%%/plugins/function.html_input.php
%%DATADIR%%/plugins/function.html_options.php
%%DATADIR%%/plugins/function.html_radio.php
%%DATADIR%%/plugins/function.html_textbox.php
%%DATADIR%%/plugins/function.urlencode.php
%%DATADIR%%/plugins/modifier.bbcode2html.php
%%DATADIR%%/plugins/modifier.capitalize.php
%%DATADIR%%/plugins/modifier.count.php
%%DATADIR%%/plugins/modifier.date.php
%%DATADIR%%/plugins/modifier.default.php
%%DATADIR%%/plugins/modifier.lower.php
%%DATADIR%%/plugins/modifier.nl2br.php
%%DATADIR%%/plugins/modifier.number_format.php
%%DATADIR%%/plugins/modifier.replace.php
%%DATADIR%%/plugins/modifier.string_format.php
%%DATADIR%%/plugins/modifier.strip.php
%%DATADIR%%/plugins/modifier.strip_tags.php
%%DATADIR%%/plugins/modifier.truncate.php
%%DATADIR%%/plugins/modifier.upper.php
%%DATADIR%%/plugins/modifier.urlencode.php
%%DATADIR%%/plugins/modifier.wordwrap.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/footer.tpl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/header.tpl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/index.tpl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/test.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.php
%%PORTDOCS%%%%DOCSDIR%%/appendix.caching.html
%%PORTDOCS%%%%DOCSDIR%%/appendix.groups.html
%%PORTDOCS%%%%DOCSDIR%%/favicon.ico
%%PORTDOCS%%%%DOCSDIR%%/flat-frog-doc.css
%%PORTDOCS%%%%DOCSDIR%%/flat-frog-logo.gif
%%PORTDOCS%%%%DOCSDIR%%/getting.started.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/language.config.html
%%PORTDOCS%%%%DOCSDIR%%/language.functions.custom.html
%%PORTDOCS%%%%DOCSDIR%%/language.functions.html
%%PORTDOCS%%%%DOCSDIR%%/language.modifiers.combining.html
%%PORTDOCS%%%%DOCSDIR%%/language.modifiers.html
%%PORTDOCS%%%%DOCSDIR%%/language.variables.html
%%PORTDOCS%%%%DOCSDIR%%/programming.methods.html
%%PORTDOCS%%%%DOCSDIR%%/programming.variables.html
%%PORTDOCS%%%%DOCSDIR%%/what.is.html
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/templates
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
@dirrm %%DATADIR%%/plugins
@dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|