Procházet zdrojové kódy

replace client area template

andre před 4 roky
rodič
revize
98292180ec
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,