Skip to content

Instantly share code, notes, and snippets.

@muskie9
Created April 2, 2021 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muskie9/10b62e8108a89b3ee9886b88bfe0f867 to your computer and use it in GitHub Desktop.
Save muskie9/10b62e8108a89b3ee9886b88bfe0f867 to your computer and use it in GitHub Desktop.
<?php
$groupings = [
[
'Title' => 'Hoodies',
'Class' => 'hoodies',
'Items' => [
[
'Href' => 'foo.php',
'Image' => 'img/myimage.jpg',
],
[
'Href' => 'foo2.php',
'Image' => 'img/myimage2.jpg',
],
],
],
[
'Title' => 'Some Other Thing',
'Class' => 'some-other-thing',
'Items' => [
[],
[],
[],
],
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment