remove title_tosource option

This commit is contained in:
zotlabs 2019-02-24 15:09:42 -08:00
parent ff40f44da6
commit 0092c86a6f
3 changed files with 1 additions and 5 deletions

View file

@ -160,9 +160,6 @@ class Display {
$nosmile = get_pconfig(local_channel(),'system','no_smilies');
$nosmile = (($nosmile===false)? '0': $nosmile); // default if not set: 0
$title_tosource = get_pconfig(local_channel(),'system','title_tosource');
$title_tosource = (($title_tosource===false)? '0': $title_tosource); // default if not set: 0
$theme_config = "";
if(($themeconfigfile = $this->get_theme_config_file($theme)) != null){
require_once($themeconfigfile);

View file

@ -84,7 +84,7 @@
function api_item_export_page($type) {
if(api_user() === false) {
logger('api_export_basic: no user');
logger('api_item_export_page: no user');
return false;
}
$page = intval($_REQUEST['page']);

View file

@ -62,7 +62,6 @@
{{include file="field_input.tpl" field=$network_divmore_height}}
{{include file="field_checkbox.tpl" field=$nosmile}}
{{include file="field_checkbox.tpl" field=$channel_menu}}
{{include file="field_checkbox.tpl" field=$title_tosource}}
{{include file="field_checkbox.tpl" field=$user_scalable}}
{{include file="field_checkbox.tpl" field=$preload_images}}
{{if $expert}}