mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
Moved under "trunk" to be able to track releases under "tags"
SVN:trunk[55]
This commit is contained in:
15
pages/php-ofc-library/ofc_title.php
Normal file
15
pages/php-ofc-library/ofc_title.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
class title
|
||||
{
|
||||
function title( $text='' )
|
||||
{
|
||||
$this->text = $text;
|
||||
}
|
||||
|
||||
function set_style( $css )
|
||||
{
|
||||
$this->style = $css;
|
||||
//"{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user