OSDN Git Service

キャラ一覧をHOMEにする設定
[trpgtools-onweb/cake-frame.git] / app / views / elements / config_sidenav.ctp
1 <ul>
2         <li><?php echo $html->link(__('List of Users', true), array('controller' => 'users', 'action' => 'listview')); ?> </li>
3         <li><?php echo $html->link(__('Edit User', true), array('controller' => 'users', 'action' => 'edit')); ?> </li>
4         <li><?php echo $html->link(__('Edit Image', true), array('controller' => 'users', 'action' => 'edit_image')); ?> </li>
5         <li><?php echo $html->link(__('Regist Mail', true), array('controller' => 'regist_mails', 'action' => 'add')); ?> </li>
6         <li><?php echo $html->link(__('Change Password', true), array('controller' => 'users', 'action' => 'change_password')); ?> </li>
7         <li><?php echo $html->link(__('Delete Your Account', true), array('controller' => 'users', 'action' => 'delete')); ?> </li>
8 </ul>