Changes between Version 12 and Version 13 of BossaReference


Ignore:
Timestamp:
Jul 30, 2008, 10:50:02 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaReference

    v12 v13  
    167167bool set_level(int $level)
    168168}}}
     169
     170Some utility functions:
     171
     172{{{
     173string get_str(string $name, bool $optional=false)
     174   // return a GET form variable, and undo the effects of PHP "magic quotes"
     175void page_head(string $title)
     176   // display the project's banner (as defined in html/project/project.inc)
     177void page_tail()
     178   // display the project's footer
     179}}}