This website works better with JavaScript
Home
Explore
Help
Register
Sign In
CQ_ADI
/
adicn
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
81976d1f6c
Branches
Tags
master
adicn
/
phpcms
/
modules
/
content
/
fields
/
title
/
output.inc.php
output.inc.php
97 B
History
Raw
1
2
3
4
function title($field, $value) {
$value = new_html_special_chars($value);
return $value;
}