mirror of
https://github.com/jonom/silverstripe-betternavigator.git
synced 2024-10-22 14:05:51 +02:00
4 lines
119 B
PHP
4 lines
119 B
PHP
|
<?php
|
||
|
|
||
|
//Attach BetterNavigator to Controllers
|
||
|
ContentController::add_extension('ContentController','BetterNavigator');
|