projects
/
sview.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b938847113c678e81313100b443ae87d9e5c4aee
[sview.git]
/
defaults.php
1
<?
php
2
3
//Set default values here; 'b' stands for "base"
4
5
$b_title
=
'My website title'
;
6
7
$b_header
=
''
;
8
9
$b_javascripts
=
''
;