diff options
author | xue <> | 2007-02-06 20:45:10 +0000 |
---|---|---|
committer | xue <> | 2007-02-06 20:45:10 +0000 |
commit | 34688be706935b1c0bbcc373849c0a9824ec9d21 (patch) | |
tree | 4ade64fe379d1c5e32a7b2fd95907ef86d204d20 /demos/quickstart/protected/controls/Layout.php | |
parent | 69fa043ebb880ce8164691d81be7f24e972d8639 (diff) |
Added a few Chinese tutorial pages.
Diffstat (limited to 'demos/quickstart/protected/controls/Layout.php')
-rw-r--r-- | demos/quickstart/protected/controls/Layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|