Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- return [
- 'title' => 'Title',
- 'subtitle' => [
- 'toString' => 'sub title',
- 'subtitle2' => 'sub title 2',
- 'more' => [
- 'more1' => 'more 1',
- 'more2' => 'more 2']
- ],
- 'menu' => [
- 'services' => [
- 'toString' => 'Services',
- 'test' => [
- 'test' => 'test1']
- ],
- 'prices' => 'Prices',
- 'clients' => 'Clients',
- 'aboutus' => 'About us',
- 'contacts' => 'Contacts'
- ]
- ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement