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 ea16255e39
commit 0051c68361

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 );