AppLayoutConstants.php 437 B

1234567891011121314151617
  1. <?php
  2. namespace ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Helpers;
  3. /**
  4. * Constants vars for app layouts
  5. *
  6. * @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
  7. */
  8. class AppLayoutConstants
  9. {
  10. const NAVBAR_TOP = 'navbarTop';
  11. const NAVBAR_LEFT = 'navbarLeft';
  12. const NAVBAR_RIGHT = 'navbarRight';
  13. const NAVBAR_LEFT_THIN = 'navbarLeftThin';
  14. const NAVBAR_RIGHT_THIN = 'navbarRightThin';
  15. }