Add description to Subsites Virtual Page

This commit is contained in:
Robert Curry 2013-04-29 12:25:29 +12:00
parent c185843e94
commit 5effc64607
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
<?php
class SubsitesVirtualPage extends VirtualPage {
private static $description = 'Displays the content of a page on another subsite';
public static $db = array(
'CustomMetaTitle' => 'Varchar(255)',
'CustomMetaKeywords' => 'Varchar(255)',