Explorar el Código

replace client area template

andre hace 4 años
padre
commit
98292180ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      seafile.php

+ 1 - 1
seafile.php

@@ -203,7 +203,7 @@ function seafile_ClientArea($params) {
 	$slang = array();
 	include_once dirname(__FILE__).'/lang/'.$lla.'.php';
 	return array(
-		'tabOverviewReplacementTemplate' => 'clientarea',
+		'tabOverviewReplacementTemplate' => 'clientside',
 		'vars' => array_merge(
 			array(
 				'url' => $seafileURL,