示例#1
0
<?php

use_helper('I18N', 'rtAdmin');
?>

<h1><?php 
echo __('Site Page Structure');
?>
</h1>

<?php 
slot('rt-tools');
include_partial('rtAdmin/standard_modal_tools', array('object' => new rtSitePage()));
end_slot();
?>

<?php 
echo get_tree_manager("rtSitePage", "title");
示例#2
0
<?php

use_helper('I18N', 'rtAdmin');
?>

<h1><?php 
echo __('Shop Category Structure');
?>
</h1>

<?php 
slot('rt-tools');
include_partial('rtAdmin/standard_modal_tools', array('object' => new rtShopCategory()));
end_slot();
?>

<?php 
echo get_tree_manager("rtShopCategory", "title");