mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
update changelog, rearrange index.tpl file
This commit is contained in:
2
NEWS
2
NEWS
@@ -1,3 +1,5 @@
|
||||
Version 1.3.0
|
||||
-------------
|
||||
- implemented workaround for PHP "feature" that eats carriage returns
|
||||
if the PHP tag is at the end of the line. (Andrei)
|
||||
- removed $allow_php, added $php_handling logic (Monte)
|
||||
|
@@ -3,9 +3,6 @@
|
||||
|
||||
<PRE>
|
||||
|
||||
{$Name}
|
||||
{$Name}
|
||||
|
||||
{* bold and title are read from the config file *}
|
||||
{if #bold#}<b>{/if}
|
||||
{* capitalize the first letters of each word of the title *}
|
||||
@@ -66,4 +63,3 @@ This is an example of the html_options function:
|
||||
{html_options values=$option_values selected=$option_selected output=$option_output}
|
||||
</select>
|
||||
</form>
|
||||
|
||||
|
@@ -3,9 +3,6 @@
|
||||
|
||||
<PRE>
|
||||
|
||||
{$Name}
|
||||
{$Name}
|
||||
|
||||
{* bold and title are read from the config file *}
|
||||
{if #bold#}<b>{/if}
|
||||
{* capitalize the first letters of each word of the title *}
|
||||
@@ -66,4 +63,3 @@ This is an example of the html_options function:
|
||||
{html_options values=$option_values selected=$option_selected output=$option_output}
|
||||
</select>
|
||||
</form>
|
||||
|
||||
|
Reference in New Issue
Block a user