config/site

This commit is contained in:
j 2011-05-28 13:18:28 +02:00
commit 1e57ecc423
20 changed files with 62 additions and 59 deletions

View file

@ -1,7 +1,7 @@
// vim: et:ts=4:sw=4:sts=4:ft=js
pandora.ui.backButton = function() {
var that = Ox.Button({
title: 'Back to ' + app.config.itemName.plural,
title: 'Back to ' + app.site.itemName.plural,
width: 96
}).css({
float: 'left',