view _test/Resources/view/site/product/_base.tt @ 377:a0d342ac9a36

sync
author cin
date Tue, 14 Jan 2014 20:06:36 +0400
parents f05634287ac7
children
line wrap: on
line source

[%
    document.menu = [
        { title = Edit, href = location.edit },
        { title = View, href = location.view },
        { title = Create, href = container.create },
        { title = List, href = container }
    ];
%]