mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
*** empty log message ***
This commit is contained in:
@@ -16,14 +16,17 @@
|
|||||||
<programlisting>
|
<programlisting>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
<body>
|
<body>
|
||||||
{* a single line comment *}
|
{* I am a smarty comment ... I dont exist in your html output ;-) *}
|
||||||
|
|
||||||
{* this multiline
|
{* another single smarty line comment, me not even in the compiled template *}
|
||||||
|
<!-- Yep me the another html comment and me sent to le browser -->
|
||||||
|
|
||||||
|
{* this multiline smarty
|
||||||
comment is
|
comment is
|
||||||
not sent to browser
|
not sent to browser
|
||||||
*}
|
*}
|
||||||
|
|
||||||
{* include the header file here *}
|
{* include the header file here which is not *}
|
||||||
{include file='header.tpl'}
|
{include file='header.tpl'}
|
||||||
|
|
||||||
|
|
||||||
@@ -31,8 +34,6 @@
|
|||||||
<!-- this html comment is sent to browser -->
|
<!-- this html comment is sent to browser -->
|
||||||
{include file=$includeFile}
|
{include file=$includeFile}
|
||||||
|
|
||||||
{include file=#includeFile#}
|
|
||||||
|
|
||||||
{* this <select> block is redundant *}
|
{* this <select> block is redundant *}
|
||||||
{*
|
{*
|
||||||
<select name="company">
|
<select name="company">
|
||||||
|
Reference in New Issue
Block a user