Added in _L() as a alias for lang()

This commit is contained in:
jengo 2000-11-24 04:57:03 +00:00
parent a8700c4050
commit e820615828
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<!-- BEGIN form -->
<p><b>{header_lang}</b><hr><p>
<form method="POST" action="{form_action}">
<table border="0" align="center">
<tr>
<td bgcolor="{th_bg}">&nbsp;</td>
</tr>
{rows}
</table>
</form>
<!-- END form -->

View File

@ -0,0 +1,6 @@
<!-- BEGIN row -->
<tr>
<td align="center" bgcolor="{tr_color}">{value}</td>
</tr>
<!-- END row -->

View File

@ -9,6 +9,8 @@
- Fixed a few problems with admin -> editaccount not changing the directory name properly.
- Fixed the languages table was using the lang name in upper case while everything else
was using lowercase.
- Added admin section to be able to add legal notices or other messages on the main screen.
Thanks snerd for this idea.
[0.9.4] - Fixed calendar week view.
- Displays calendar items in day view without start times.