1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-04-25 21:49:23 +03:00
This commit is contained in:
Mzhelskiy Maxim 2017-03-27 16:19:01 +07:00
parent df1ed8e22c
commit 212ecde64d

View file

@ -180,6 +180,7 @@
{layout_footer_links title=$oUserCurrent->getLogin() hook='layout_footer_links_user' items=[
[ text => {lang 'user.profile.nav.info'}, url => $oUserCurrent->getUserWebPath() ],
[ text => {lang 'user.profile.nav.settings'}, url => {router page='settings'} ],
[ text => {lang 'modal_create.title'}, url => '#', classes => 'js-modal-toggle-default', attributes => [ 'data-lsmodaltoggle-modal' => 'syn-create-modal' ] ],
[ text => {lang 'auth.logout'}, url => "{router page='auth'}logout/?security_ls_key={$LIVESTREET_SECURITY_KEY}" ]
]}
{else}