-1

My google-fu is weak today... I'm looking for a way to dynamically print the url of an OSC site in some of the header/footer and sidebar files.

skaffman
  • 398,947
  • 96
  • 818
  • 769
Freeman
  • 39
  • 1
  • 1
  • 4

1 Answers1

0
<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>
Freeman
  • 39
  • 1
  • 1
  • 4