mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
*** empty log message ***
This commit is contained in:
@@ -16,14 +16,17 @@
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
<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
|
||||
not sent to browser
|
||||
*}
|
||||
|
||||
{* include the header file here *}
|
||||
{* include the header file here which is not *}
|
||||
{include file='header.tpl'}
|
||||
|
||||
|
||||
@@ -31,8 +34,6 @@
|
||||
<!-- this html comment is sent to browser -->
|
||||
{include file=$includeFile}
|
||||
|
||||
{include file=#includeFile#}
|
||||
|
||||
{* this <select> block is redundant *}
|
||||
{*
|
||||
<select name="company">
|
||||
|
Reference in New Issue
Block a user