2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

added internal LAYOUTFILE

git-svn-id: https://svn.fhem.de/fhem/trunk@6457 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2014-08-24 21:02:24 +00:00
parent 88252a74a5
commit 9872d88c73

View File

@ -94,6 +94,7 @@ RSS_Define($$) {
$hash->{fhem}{style}= $style;
$hash->{fhem}{hostname}= $hostname;
$hash->{fhem}{filename}= $filename;
$hash->{LAYOUTFILE} = $filename;
eval "use GD::Text::Align";
$hash->{fhem}{useTextAlign} = ($@ ? 0 : 1 );