clipbucket/upload/admin_area/charts/ofc-library/ofc_y_legend.php
Arslan Hassan 97139970d2 ADDED : Website Reports and stats
FIXED : Last Month Date Fixed
2010-01-23 13:16:19 +00:00

15 lines
No EOL
243 B
PHP

<?php
class y_legend
{
function y_legend( $text='' )
{
$this->text = $text;
}
function set_style( $css )
{
$this->style = $css;
//"{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}";
}
}