/**
  * The Friendly name for this module.  For use in the admin navigation.
  *
  * @see CMSModule::GetFriendlyName()
  * @abstract
  * @return string
  */
 public function GetFriendlyName()
 {
     if (get_class($this) == 'CGExtensions') {
         return $this->Lang('friendlyname');
     }
     return parent::GetFriendlyName();
 }