Skip to content

Commit

Permalink
Kod hatası giderildi
Browse files Browse the repository at this point in the history
  • Loading branch information
DLE.NET.TR committed Apr 21, 2015
1 parent 6c47d13 commit 8e5d5de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function mainTable_foot() {
</div>
</div>
HTML;

}

$module = array(
'name' => "MWS Youtube Search v1.2",
Expand All @@ -76,7 +76,7 @@ function mainTable_foot() {
'tran_s' => "",
);

echoheader("<i class=\"icon-{$module['ticon']}\"></i>" . $module['name'], $lang['m01'] );
echoheader("<i class=\"icon-{$module['ticon']}\"></i>" . $module['name'], $module['desc'] );

if ( $_REQUEST['action'] == "install" ) {

Expand Down Expand Up @@ -174,4 +174,4 @@ function mainTable_foot() {
}

echofooter();
?>
?>

0 comments on commit 8e5d5de

Please sign in to comment.