mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fix error in install guide
This commit is contained in:
@@ -360,7 +360,7 @@ require(SMARTY_DIR.'Smarty.class.php');
|
||||
// a good place to load application library files, example:
|
||||
// require('guestbook/guestbook.lib.php');
|
||||
|
||||
Smarty_GuestBook extends Smarty {
|
||||
class Smarty_GuestBook extends Smarty {
|
||||
|
||||
function Smarty_GuestBook() {
|
||||
|
||||
|
Reference in New Issue
Block a user