Exemplo n.º 1
0
function updateObjects_1_2_0()
{
    $installer = new eZWebinInstaller();
    $templateLookData = array("tag_cloud_url" => array("DataText" => "Tag cloud", "Content" => "/content/view/tagcloud/2"), "footer_text" => array("DataText" => "Copyright © 1999-2014 eZ Systems AS. All rights reserved."));
    $installer->updateContentObjectAttributes(array('object_id' => $installer->setting('template_look_object_id'), 'attributes_data' => $templateLookData));
}