Deutschland United States United Kingdom
ContentLion - Open Source CMS

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/trunk/classes/tab.php
26,6 → 26,15
$this->title = $title;
}
/*
*
* Set the title.
* @param String title
*/
public function setTitle ($title) {
$this->title = htmlentities($title);
}
/**
*
* Set a custom style ID (CSS) to this class.