Changes between Version 12 and Version 13 of BossaReference
- Timestamp:
- Jul 30, 2008, 10:50:02 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaReference
v12 v13 167 167 bool set_level(int $level) 168 168 }}} 169 170 Some utility functions: 171 172 {{{ 173 string get_str(string $name, bool $optional=false) 174 // return a GET form variable, and undo the effects of PHP "magic quotes" 175 void page_head(string $title) 176 // display the project's banner (as defined in html/project/project.inc) 177 void page_tail() 178 // display the project's footer 179 }}}