CMS
|
Doku
|
Beratung
|
Blogs
|
Skins
|
Plugins
|
Projekte
|
Code
Compare Revisions
This comparison shows the changes necessary to convert path
→
/trunk/classes/tab.php @ 5
→
/trunk/classes/tab.php @ 6
↔
Reverse comparison
Compare Path:
Rev
With Path:
Rev
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.