| 1 | <?php |
||
| 11 | class SEOToolboxAdmin extends ModelAdmin{ |
||
| 12 | |||
| 13 | private static $menu_title = 'SEO Tool box'; |
||
| 14 | private static $url_segment = 'seo-tool-box'; |
||
| 15 | private static $managed_models = array( 'AutomatedLink' ); |
||
| 16 | private static $menu_priority = 10; |
||
| 17 | |||
| 18 | |||
| 19 | public function getEditForm($id = null, $fields = null) { |
||
| 27 | } |
||
| 28 |