diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-07-07 11:14:25 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-07-07 11:14:25 +0000 |
commit | adfbda3d9a13c66cd1d596289745a39e9f486157 (patch) | |
tree | b0f02b8ca1dd5de6f54f14a11a26981bdbcab5fb /themes/example/example.theme | |
parent | 7cbd6cf01e918ebea45f4ca39ed634ac3c168159 (diff) | |
download | brdo-adfbda3d9a13c66cd1d596289745a39e9f486157.tar.gz brdo-adfbda3d9a13c66cd1d596289745a39e9f486157.tar.bz2 |
- Tidied up some stuff in account.php and theme.inc.
- Tidied up the box() API.
Diffstat (limited to 'themes/example/example.theme')
-rw-r--r-- | themes/example/example.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme index 3f4889685..67e857339 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -136,7 +136,7 @@ echo "</TABLE>"; } // close comment function - function box($subject, $content, $options = "") { + function box($subject, $content) { ?> |