freenet-router |
Subversion Repositories: |
Compare with Previous - Blame - Download
<?php
namespace Phem\Libraries\UI\Model;
/**
* @author Jakub PetrĹžĂlka <petrzilka@czweb.net>
*/
class Icon
{
const GLASS = "glyphicon-glass";
const BELL = "glyphicon-bell";
const REMOVE = "glyphicon-remove";
}