aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-0/+3
|
* Move public assets for themesJeremy Benoist2016-01-221-11/+11
| | | | | So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`
* add import link on baggy themeNicolas Lœuillet2016-01-091-0/+1
|
* implement bookmarkletNicolas Lœuillet2015-10-081-0/+1
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-1/+1
|
* Cleanup base layoutJeremy Benoist2015-09-131-0/+51
|
* Remove some global assetsJeremy Benoist2015-09-131-0/+4
| | | | | Some global assets where dedicated to baggy Remove some non-used css
* Cleanup & simplify themeJeremy2015-03-011-41/+15
|
* Add LiipThemeBundleJeremy2015-03-011-0/+43
Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))