Skip to content

Commit

Permalink
#840 Change modules titles
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Jul 17, 2014
1 parent 57e0958 commit 374b6ea
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions articleslider_portal.class.php
Expand Up @@ -67,10 +67,6 @@ public function get_settings($state){
'type' => 'text',
'default' => 160,
),
'headtext' => array(
'type' => 'text',
'size' => '30',
),
);
return $settings;
}
Expand Down Expand Up @@ -291,10 +287,6 @@ public function output() {

$strOut .= "</ul></div>";

if($this->config('headtext')){
$this->header = sanitize($this->config('headtext'));
}

return $strOut;
}

Expand Down
1 change: 0 additions & 1 deletion language/english.php
Expand Up @@ -34,6 +34,5 @@
'articleslider_f_auto' => 'Automatic transition between the slides',
'articleslider_f_timeout' => 'Waiting time between the automatic transition (milliseconds)',
'articleslider_f_wordcount' => 'Wordcount of preview text',
'articleslider_f_headtext' => 'Title of the articleslider'
);
?>
1 change: 0 additions & 1 deletion language/german.php
Expand Up @@ -34,6 +34,5 @@
'articleslider_f_auto' => 'Automatisch zwischen den einzelnen Slides wechseln',
'articleslider_f_timeout' => 'Wartezeit zwischen dem automatischen Slidewechseln (in Millisekunden)',
'articleslider_f_wordcount' => 'Wortanzahl des Vorschautextes',
'articleslider_f_headtext' => 'Titel des Artikelsliders'
);
?>

0 comments on commit 374b6ea

Please sign in to comment.