CSSPropertyHandler(true, true); } function default_value() { return 'auto'; } function parse($value) { return $value; } function getPropertyCode() { return CSS_PAGE; } function getPropertyName() { return 'page'; } } CSS::register_css_property(new CSSPage()); ?>