provide an html src converter
This commit is contained in:
@@ -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' => ' ', // 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' => ' ', // t('Visible to <strong>everybody</strong>'),
|
||||
// '$geotag' => $geotag,
|
||||
// '$nickname' => $channel['channel_address']
|
||||
// ));
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user