Skip to content

Instantly share code, notes, and snippets.

@n4huel
n4huel / MenuBuilder.php
Created February 27, 2017 03:48 — forked from Invis1ble/MenuBuilder.php
KNP Menu Bundle with Bootstrap 3 and Font Awesome 4 (+ fixed several bugs)
<?php
namespace Acme\HelloBundle\Menu;
use Knp\Menu\FactoryInterface;
use Symfony\Component\DependencyInjection\ContainerAware;
class MenuBuilder extends ContainerAware
{
public function mainMenu(FactoryInterface $factory, array $options)
@n4huel
n4huel / clappr-with-playlist.html
Created January 19, 2017 02:00
clappr with playlist
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>clappr</title>
<script src="http://cdn.clappr.io/latest/clappr.min.js"></script>
</head>
<body>
<div id="player"></div>
<script>