provide an html src converter

This commit is contained in:
friendica
2013-10-31 22:08:10 -07:00
parent 3a7a671738
commit 09ca39fd08
4 changed files with 71 additions and 66 deletions

View File

@@ -20,7 +20,6 @@ require_once('include/zot.php');
* remote_return= absolute URL to return after posting is finished
* type= choices are 'html' or 'bbcode', default is 'bbcode'
*
* currently content type is Red Matrix bbcode, though HTML is possible. This is left as an exercise for future developers
*/
@@ -85,13 +84,13 @@ function rpost_content(&$a) {
));
$a->page['htmlhead'] .= replace_macros(get_markup_template('jot-header.tpl'), array(
'$baseurl' => $a->get_baseurl(),
'$editselect' => (($plaintext) ? 'none' : '/(profile-jot-text|prvmail-text)/'),
'$ispublic' => '&nbsp;', // t('Visible to <strong>everybody</strong>'),
'$geotag' => $geotag,
'$nickname' => $channel['channel_address']
));
// $a->page['htmlhead'] .= replace_macros(get_markup_template('jot-header.tpl'), array(
// '$baseurl' => $a->get_baseurl(),
// '$editselect' => (($plaintext) ? 'none' : '/(profile-jot-text|prvmail-text)/'),
// '$ispublic' => '&nbsp;', // t('Visible to <strong>everybody</strong>'),
// '$geotag' => $geotag,
// '$nickname' => $channel['channel_address']
// ));