aside_configure.phtml 749 B

12345678910111213
  1. <div class="nav nav-list aside">
  2. <li class="nav-header"><?php echo Minz_Translate::t ('configuration'); ?></li>
  3. <li class="item<?php echo Minz_Request::actionName () == 'display' ? ' active' : ''; ?>">
  4. <a href="<?php echo _url ('configure', 'display'); ?>"><?php echo Minz_Translate::t ('general_and_reading'); ?></a>
  5. </li>
  6. <li class="item<?php echo Minz_Request::actionName () == 'sharing' ? ' active' : ''; ?>">
  7. <a href="<?php echo _url ('configure', 'sharing'); ?>"><?php echo Minz_Translate::t ('sharing'); ?></a>
  8. </li>
  9. <li class="item<?php echo Minz_Request::actionName () == 'shortcut' ? ' active' : ''; ?>">
  10. <a href="<?php echo _url ('configure', 'shortcut'); ?>"><?php echo Minz_Translate::t ('shortcuts'); ?></a>
  11. </li>
  12. </div>