Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
17 | private function createBaseHTML($name, $url) { |
||
18 | $div = "<div id='seotoolbox_con_{$name}'><div class='clearfix result_cont'></div></div>"; |
||
19 | $script = "<script type='text/javascript'> |
||
20 | new PageAnalyzer(jQuery('#seotoolbox_con_{$name} .result_cont'),'{$url}'); |
||
21 | </script>"; |
||
22 | return $div.$script; |
||
23 | } |
||
24 | } |
||
25 |