Typed property View::$crumbs must not be accessed before initialization
Extra info |
118 | </div> |
119 | </div> |
120 | </div> |
121 | </div> |
122 | </header> |
123 | <main> |
124 | <div class="wojo-grid"> |
125 | <?php if($this->segments[0] != 'index'):?> |
126 | <div id="crumbs"> |
127 | <div class="wojo small breadcrumb"> |
128 | <?php echo Url::crumbs($this->crumbs ? : $this->segments, '//', Language::$word->HOME);?> |
129 | </div> |
130 | </div> |
131 | <?php endif;?> |
Line | File | Class | Function |
46 | /home/wataw11/public_html/lib/View.php | include_once | |
294 | /home/wataw11/public_html/index.php | View | render |
201 | /home/wataw11/public_html/lib/Router.php | {closure} | |
284 | /home/wataw11/public_html/index.php | Router | run |