13 lines
690 B
PHP
13 lines
690 B
PHP
<div class="list-menu">
|
|
<ul>
|
|
<li class="selected"><?php echo link_to(__('Konfiguracja', null, 'stAdminGeneratorPlugin'),'appExtCodeBackend/index')?></li>
|
|
<li>
|
|
<?php if (sfContext::getInstance()->getUser()->getCulture() == 'pl_PL'): ?>
|
|
<a href="https://www.sote.pl/dodatkowe-kody.html" target="_blank"><?php echo __('Dokumentacja', null, 'stAdminGeneratorPlugin'); ?></a>
|
|
<?php else: ?>
|
|
<a href="https://www.soteshop.com/additional-codes.html" target="_blank"><?php echo __('Documentation', null, 'stAdminGeneratorPlugin'); ?></a>
|
|
<?php endif; ?>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="clr"></div>
|