Skip to content

Commit

Permalink
Edits threadeditnode.php
Browse files Browse the repository at this point in the history
  • Loading branch information
so-o committed Jul 13, 2016
1 parent d66d0f0 commit dca7f56
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions actions/threadeditnode.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
*
* @copyright 2010-2015 izend.org
* @version 9
* @copyright 2010-2016 izend.org
* @version 10
* @link http://www.izend.org
*/

Expand Down Expand Up @@ -53,8 +53,6 @@ function threadeditnode($lang, $clang, $thread, $node) {
head('keywords', false);
head('robots', 'noindex, nofollow');

$banner=$toolbar=false;

$headline_text=$thread_title ? $thread_title : $thread_id;
$headline_url=url('threadedit', $lang) . '/'. $thread_id . '?' . 'clang=' . $clang;
$headline = compact('headline_text', 'headline_url');
Expand Down

0 comments on commit dca7f56

Please sign in to comment.