mirror of
https://github.com/e107inc/e107.git
synced 2025-03-12 00:19:46 +01:00
Bugtracker #3666 - set print background. Thanks nlstart
This commit is contained in:
parent
2abd53d4e4
commit
0698110993
@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/print.php,v $
|
| $Source: /cvs_backup/e107_0.8/print.php,v $
|
||||||
| $Revision: 1.1.1.1 $
|
| $Revision: 1.2 $
|
||||||
| $Date: 2006-12-02 04:33:09 $
|
| $Date: 2007-01-09 20:32:34 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
require_once("class2.php");
|
require_once("class2.php");
|
||||||
@ -65,7 +65,7 @@ else
|
|||||||
list($a_id, $a_name) = $sql->db_Fetch();
|
list($a_id, $a_name) = $sql->db_Fetch();
|
||||||
}
|
}
|
||||||
$news_datestamp = $con->convert_date($news_datestamp, "long");
|
$news_datestamp = $con->convert_date($news_datestamp, "long");
|
||||||
$text = "<font style=\"font-size: 11px; color: black; font-family: tahoma, verdana, arial, helvetica; text-decoration: none\">
|
$text = "<font style=\"font-size: 11px; color: black; background: white; font-family: tahoma, verdana, arial, helvetica; text-decoration: none\">
|
||||||
<b>".LAN_PRINT_135.": ".$news_title."</b>
|
<b>".LAN_PRINT_135.": ".$news_title."</b>
|
||||||
<br />
|
<br />
|
||||||
(".LAN_PRINT_86." ".$category_name.")
|
(".LAN_PRINT_86." ".$category_name.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user