first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<div class="list-menu">
|
||||
<ul>
|
||||
<li class="selected"><?php echo link_to(__('Konfiguracja', null, 'stAdminGeneratorPlugin'),'appFaviconBackend/index')?></li>
|
||||
<li>
|
||||
<?php if (sfContext::getInstance()->getUser()->getCulture() == 'pl_PL'): ?>
|
||||
<a href="https://www.sote.pl/favicon.html" target="_blank"><?php echo __('Dokumentacja', null, 'stAdminGeneratorPlugin'); ?></a>
|
||||
<?php else: ?>
|
||||
<a href="https://www.soteshop.com/favicon.html" target="_blank"><?php echo __('Documentation', null, 'stAdminGeneratorPlugin'); ?></a>
|
||||
<?php endif; ?>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clr"></div>
|
||||
Reference in New Issue
Block a user