Subversion Repositories oidplus

Rev

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

Rev 126 Rev 127
Line 121... Line 121...
121
                                $text = $treffer[4];
121
                                $text = $treffer[4];
122
                                return secure_email($email, $text, 1); // AntiSpam
122
                                return secure_email($email, $text, 1); // AntiSpam
123
                        }, $static_content);
123
                        }, $static_content);
124
 
124
 
125
                echo '<h1 id="real_title">';
125
                echo '<h1 id="real_title">';
126
                if ($static_icon != '') echo '<img src="'.htmlentities($static_icon).'" width="48" height="48" alt="'.htmlentities($static_title).'"> ';
126
                if ($static_icon != '') echo '<img src="'.htmlentities($static_icon).'" width="48" height="48" alt=""> ';
127
                echo htmlentities($static_title).'</h1>';
127
                echo htmlentities($static_title).'</h1>';
128
                echo '<div id="real_content">'.$static_content.'</div>';
128
                echo '<div id="real_content">'.$static_content.'</div>';
129
                if ($_SERVER['REQUEST_METHOD'] == 'GET') {
129
                if ($_SERVER['REQUEST_METHOD'] == 'GET') {
130
                        echo '<br><p><img src="img/share.png" width="15" height="15" alt="Share"> <a href="?goto='.htmlentities($static_node_id).'" id="static_link" class="gray_footer_font">Static link to this page</a>';
130
                        echo '<br><p><img src="img/share.png" width="15" height="15" alt="Share"> <a href="?goto='.htmlentities($static_node_id).'" id="static_link" class="gray_footer_font">Static link to this page</a>';
131
                        echo '</p>';
131
                        echo '</p>';