index.tpl 612 B

12345678910111213141516171819
  1. <div class="well sidebar-nav static normal-message">
  2. <h4> {{title}} </h4>
  3. <ul class="nav nav-list">
  4. <li>
  5. <a href="src/list.php"> {{ BuyCourses }} </a>
  6. </li>
  7. {% if isAdmin == 'true' %}
  8. <li>
  9. <a href="src/configuration.php"> {{ ConfigurationOfCoursesAndPrices }} </a>
  10. </li>
  11. <li>
  12. <a href="src/paymentsetup.php"> {{ ConfigurationOfPayments }} </a>
  13. </li>
  14. <li>
  15. <a href="src/pending_orders.php"> {{ OrdersPendingOfPayment }} </a>
  16. </li>
  17. {% endif %}
  18. </ul>
  19. </div>