mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24: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
|
- implemented workaround for PHP "feature" that eats carriage returns
|
||||||
if the PHP tag is at the end of the line. (Andrei)
|
if the PHP tag is at the end of the line. (Andrei)
|
||||||
- removed $allow_php, added $php_handling logic (Monte)
|
- removed $allow_php, added $php_handling logic (Monte)
|
||||||
|
@@ -3,9 +3,6 @@
|
|||||||
|
|
||||||
<PRE>
|
<PRE>
|
||||||
|
|
||||||
{$Name}
|
|
||||||
{$Name}
|
|
||||||
|
|
||||||
{* bold and title are read from the config file *}
|
{* bold and title are read from the config file *}
|
||||||
{if #bold#}<b>{/if}
|
{if #bold#}<b>{/if}
|
||||||
{* capitalize the first letters of each word of the title *}
|
{* 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}
|
{html_options values=$option_values selected=$option_selected output=$option_output}
|
||||||
</select>
|
</select>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
@@ -3,9 +3,6 @@
|
|||||||
|
|
||||||
<PRE>
|
<PRE>
|
||||||
|
|
||||||
{$Name}
|
|
||||||
{$Name}
|
|
||||||
|
|
||||||
{* bold and title are read from the config file *}
|
{* bold and title are read from the config file *}
|
||||||
{if #bold#}<b>{/if}
|
{if #bold#}<b>{/if}
|
||||||
{* capitalize the first letters of each word of the title *}
|
{* 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}
|
{html_options values=$option_values selected=$option_selected output=$option_output}
|
||||||
</select>
|
</select>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user