Changeset 20582
- Timestamp:
- 10/03/08 12:51:53 (3 months ago)
- Location:
- events/phpframework/rhaco/trunk
- Files:
-
- 2 modified
-
index.php (modified) (1 diff)
-
resources/templates/default/layout.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/rhaco/trunk/index.php
r20577 r20582 73 73 '^signup$' => array( 74 74 'class' => 'PhwittrUser', 75 'method' => ' signup',75 'method' => 'follow', 76 76 ), 77 '^ account\/create$' => array(77 '^friendships\/destroy\/(\d+)$' => array( 78 78 'class' => 'PhwittrUser', 79 'method' => ' signup',79 'method' => 'disFollow', 80 80 ), 81 81 '^account\/settings$' => array( -
events/phpframework/rhaco/trunk/resources/templates/default/layout.html
r20581 r20582 44 44 <ul> 45 45 <li><a href="{$rhaco.url()}">home</a></li> 46 <li><a href="http://phwittr.riaf.jp.s.hatena.ne.jp/">Favorites</a></li>47 46 <li><a href="{$rhaco.url('public_timeline')}">everyone</a></li> 48 47 <rt:if param="{$isLogin}">
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)