From 34688be706935b1c0bbcc373849c0a9824ec9d21 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 6 Feb 2007 20:45:10 +0000 Subject: Added a few Chinese tutorial pages. --- demos/quickstart/protected/controls/Layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/quickstart/protected/controls/Layout.php') diff --git a/demos/quickstart/protected/controls/Layout.php b/demos/quickstart/protected/controls/Layout.php index e4f2fc1a..3973db8f 100644 --- a/demos/quickstart/protected/controls/Layout.php +++ b/demos/quickstart/protected/controls/Layout.php @@ -29,7 +29,7 @@ class Layout extends TTemplateControl $this->languages->dataBind(); } - public function language_links($sender, $param) + public function languageLinkCreated($sender, $param) { $item = $param->Item; if($item->ItemType == TListItemType::Item || $item->ItemType == TListItemType::AlternatingItem) -- cgit v1.2.3