panrus
Results
2
comments of
panrus
``` namespace common\controllers; use lajax\translatemanager\helpers\Language; // IMPORTANT: all Controllers must originate from this Controller! class Controller extends \yii\web\Controller { public function init() { Language::registerAssets(); parent::init(); } } ```
> > Potential code for [footnote support](https://gist.github.com/josegonzalez/ec8165a9cbd4c7d4510a) > > It would be nice if we had leanpub support... > > @josegonzalez your link is dead, could you provide an update...