22 lines
316 B
Plaintext
22 lines
316 B
Plaintext
|
|
|
|
RENDER()
|
|
{
|
|
|
|
<>
|
|
<link rel="stylesheet" href='style.css'></link>
|
|
<h1>
|
|
<a href="index.uce">UCE Test</a>:
|
|
call_file()
|
|
</h1>
|
|
<pre><?
|
|
call_file("call_file_funcs.uce", "test_func");
|
|
print("\n");
|
|
render_file("call_file_funcs.uce");
|
|
?></pre>
|
|
<pre><?= var_dump(context->params) ?></pre>
|
|
</>
|
|
|
|
}
|
|
|