function isEnabled(){
return true;
}
function isEnabled(){
return false;
}
class GantryGizmoTitle extends GantryGizmo {
var $_name = 'title';
function isEnabled(){
return true;
}
class GantryGizmoTitle extends GantryGizmo {
var $_name = 'title';
function isEnabled(){
return false;
}
Time to create page: 0.070 seconds