Skip to content

Commit

Permalink
adding a link to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice Luraine committed May 28, 2009
1 parent ae60e0b commit 854ecb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/example01/index.php
Expand Up @@ -103,6 +103,7 @@ function html_my_layout($vars){ extract($vars);?>
<a href="<?=url_for('/')?>">Home</a> |
<a href="<?=url_for('/hello/', $name)?>">Hello</a> |
<a href="<?=url_for('/welcome/', $name)?>">Welcome !</a> |
<a href="<?=url_for('/are_you_ok/', $name)?>">Are you ok ?</a> |
<a href="<?=url_for('/how_are_you/', $name)?>">How are you ?</a>
</body>
</html>
Expand Down

0 comments on commit 854ecb1

Please sign in to comment.