Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
10 | public function shareUrl() |
||
11 | { |
||
12 | //http://www.liveinternet.ru/journal_post.php? |
||
13 | //action=n_add&cnurl=Ссылка& |
||
14 | //cntitle=Заголовок' target='_blank'> |
||
15 | return $this->buildUrl('http://www.liveinternet.ru/journal_post.php', |
||
16 | array( |
||
17 | 'url' => 'cnurl', |
||
18 | 'title' => 'cntitle', |
||
19 | ), |
||
20 | array('action' => 'n_add') |
||
21 | ); |
||
22 | } |
||
23 | } |
||
24 |