Detect if the user is opening a page in the overlay

<?php
 
if (module_exists('overlay')) {
    if (
overlay_get_mode() == 'child') {
     
// yes, we are in the overlay
   
}
  }
?>