File: phpbb/avatar/driver/driver.php
Unmodified
Added
Modified
Removed
Line 117 | Line 117 |
---|
public function get_name() { return $this->name;
|
public function get_name() { return $this->name;
|
| }
/** * {@inheritdoc} */ public function get_config_name() { return preg_replace('#^phpbb\\\\avatar\\\\driver\\\\#', '', get_class($this)); }
/** * {@inheritdoc} */ public function get_acp_template_name() { return 'acp_avatar_options_' . $this->get_config_name() . '.html';
|
}
/**
| }
/**
|