pw-web icon indicating copy to clipboard operation
pw-web copied to clipboard

Adding Home

Open Cromarko opened this issue 7 years ago • 0 comments

On breadcrumbs.php there is this code:

Breadcrumbs::register( 'home', function( $breadcrumbs ) { $breadcrumbs->push( trans( 'main.home' ), url( '/' ) ); });

I am trying to link this to my main website but I had no luck, I looked through the net but when I make a change it gives errors. Can you help me with this?

Also, I am trying to add "Home" to the menu that links to my main website. Can you please tell me how to do this?

Cromarko avatar Nov 19 '17 15:11 Cromarko