/**
  * add an arrow-overlay to this page's icon when open in the CMS
  */
 public function getTreeTitle()
 {
     return str_replace('jstree-pageicon', 'jstree-pageicon gridfieldpage-overlay', parent::getTreeTitle());
 }