Sign in
apache
/
netbeans
/
refs/heads/delivery
/
.
/
php
/
php.smarty
/
test
/
unit
/
data
/
testfiles
/
embedding
/
base-file.tpl
blob: 7e2ed98f51e16a8ab12bc2a3faa79b62a5c97a20 [
file
]
<a
href
=
"Smarty3Template.tpl"
>
{$variable}
</a>
{php}
echo "any PHP code";
{/php}
<div
id
=
"myDivId"
>
<script
type
=
"text/javascript"
>
alert
(
"Blah blah blah"
);
</script>
</div>