Subversion Repositories oidplus

Rev

Rev 1286 | Rev 1347 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1286 Rev 1289
Line 324... Line 324...
324
                $out .= '<h1 id="real_title">';
324
                $out .= '<h1 id="real_title">';
325
                if ($static_icon != '') $out .= '<img src="'.htmlentities($static_icon).'" width="48" height="48" alt=""> ';
325
                if ($static_icon != '') $out .= '<img src="'.htmlentities($static_icon).'" width="48" height="48" alt=""> ';
326
                $out .= htmlentities($page_title_2).'</h1>';
326
                $out .= htmlentities($page_title_2).'</h1>';
327
                $out .= '<div id="real_content">'.$static_content.'</div>';
327
                $out .= '<div id="real_content">'.$static_content.'</div>';
328
                if ((!isset($_SERVER['REQUEST_METHOD'])) || ($_SERVER['REQUEST_METHOD'] == 'GET')) {
328
                if ((!isset($_SERVER['REQUEST_METHOD'])) || ($_SERVER['REQUEST_METHOD'] == 'GET')) {
329
                        $out .= '<br><p><img src="img/share.png" width="15" height="15" alt="'._L('Share').'"> <a href="?goto='.htmlentities($static_node_id).'" id="static_link" class="gray_footer_font">'._L('Static link to this page').'</a>';
329
                        $out .= '<br><p><img src="img/share.png" width="15" height="15" alt="'._L('Share').'"> <a href="'.htmlentities(OIDplus::canonicalUrl($static_node_id)).'" id="static_link" class="gray_footer_font">'._L('Static link to this page').'</a>';
330
                        $out .= '</p>';
330
                        $out .= '</p>';
331
                }
331
                }
332
                $out .= '<br>';
332
                $out .= '<br>';
333
 
333
 
334
                $out .= '</div>';
334
                $out .= '</div>';