|
@@ -120,7 +120,7 @@ class StudioUIController extends ControllerBase {
|
|
// build content renderable array
|
|
// build content renderable array
|
|
$chutier_ui = array(
|
|
$chutier_ui = array(
|
|
"#theme"=>'edlp_chutier_ui',
|
|
"#theme"=>'edlp_chutier_ui',
|
|
- '#title' => t('Chutier'),
|
|
|
|
|
|
+ '#title' => t('Favorites'),
|
|
"#document_nodes" => $documents,
|
|
"#document_nodes" => $documents,
|
|
'#uid' => $this->user->id(),
|
|
'#uid' => $this->user->id(),
|
|
);
|
|
);
|