update changelog, rearrange index.tpl file

This commit is contained in:
mohrt
2001-02-21 20:24:39 +00:00
parent 3c7714f165
commit d1040b1230
3 changed files with 2 additions and 8 deletions

2
NEWS
View File

@@ -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)

View File

@@ -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>

View File

@@ -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>