1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/templates/skin/synio/footer.tpl
Denis Shakhov d830e7e7c0 Sidebar
* Сайдбар в профиле developer'a перенесен вправо
* Сайдбар в коде размещен ниже контента
2013-05-04 23:24:09 +07:00

74 lines
2.7 KiB
Smarty
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{hook run='content_end'}
</div> <!-- /content -->
</div> <!-- /content-wrapper -->
{if !$noSidebar}
{include file='sidebar.tpl'}
{/if}
</div> <!-- /wrapper -->
<footer id="footer">
{if $oUserCurrent}
<ul class="footer-list">
<li class="footer-list-header word-wrap">{$oUserCurrent->getLogin()}</li>
<li><a href="{$oUserCurrent->getUserWebPath()}">{$aLang.footer_menu_user_profile}</a></li>
<li><a href="{router page='settings'}profile/">{$aLang.user_settings}</a></li>
<li><a href="{router page='topic'}add/" class="js-write-window-show">{$aLang.block_create}</a></li>
{hook run='footer_menu_user_item' oUser=$oUserCurrent}
<li><a href="{router page='login'}exit/?security_ls_key={$LIVESTREET_SECURITY_KEY}">{$aLang.exit}</a></li>
</ul>
{else}
<ul class="footer-list">
<li class="footer-list-header word-wrap">{$aLang.footer_menu_user_quest_title}</li>
<li><a href="{router page='registration'}" class="js-registration-form-show">{$aLang.registration_submit}</a></li>
<li><a href="{router page='login'}" class="js-login-form-show sign-in">{$aLang.user_login_submit}</a></li>
{hook run='footer_menu_user_item' isGuest=true}
</ul>
{/if}
<ul class="footer-list">
<li class="footer-list-header">{$aLang.footer_menu_navigate_title}</li>
<li><a href="{cfg name='path.root.web'}">{$aLang.topic_title}</a></li>
<li><a href="{router page='blogs'}">{$aLang.blogs}</a></li>
<li><a href="{router page='people'}">{$aLang.people}</a></li>
<li><a href="{router page='stream'}">{$aLang.stream_menu}</a></li>
{hook run='footer_menu_navigate_item'}
</ul>
{* RU: Тут можно добавить свой блок со ссылками, расскоментируйте блок кода ниже и добавьте свои ссылки *}
{* EN: You can add additional block with links here, just uncomment code below and add your links *}
{*
<ul class="footer-list">
<li class="footer-list-header">{$aLang.footer_menu_project_title}</li>
<li><a href="#">{$aLang.footer_menu_project_about}</a></li>
<li><a href="#">{$aLang.footer_menu_project_contact}</a></li>
<li><a href="#">{$aLang.footer_menu_project_advert}</a></li>
<li><a href="#">{$aLang.footer_menu_project_help}</a></li>
{hook run='footer_menu_project_item'}
</ul>
*}
<div class="copyright">
{hook run='copyright'}
<div class="design-by">
<img src="{cfg name='path.static.skin'}/images/xeoart.png" alt="xeoart" />
Design by <a href="http://xeoart.com">xeoart</a>
<div>2012</div>
</div>
</div>
{hook run='footer_end'}
</footer>
</div> <!-- /container -->
{include file='toolbar.tpl'}
{hook run='body_end'}
</body>
</html>