ok poszukam, wszystko byle by tylko zadziałalo

I takie pytanie, znalazlem plik w ktorym jest ten wyglad zapisany i w nim znajduje się to {title} mozna by tego jakos uzyc ?
<?PHP
///////////////////// TEMPLATE Headlines /////////////////////
$template_active = <<<HTML [link]{title}[/link], Dodano: {date} przez {author}<br /> HTML;
<div style="width:420px; margin-bottom:15px;">
<div style="text-align:justify; padding:3px; margin-top:3px; margin-bottom:5px; border-top:1px solid #D3D3D3;">{full-story}
</div>
<div style="float: right;">{comments-num} Comments
</div>
HTML;
$template_comment =
<<<HTML<div style="width: 400px; margin-bottom:20px;">
<div style="padding:2px; background-color:#F9F9F9">{comment}
</div>
HTML;
<table border="0" width="370" cellspacing="0" cellpadding="0"> <td width="60">Name:
</td> <td><input type="text" name="mail"> (optional)
</td> <input type="submit" name="submit" value="Add My Comment"> <input type=checkbox name=CNremember id=CNremember value=1><label for=CNremember> Remember Me
</label> |
<a href="java script:CNforget();">Forget Me
</a> HTML;
$template_prev_next =
<<<HTML
HTML;
$template_comments_prev_next = <<<HTML
HTML;
?>
znalazlem rozniewz drugi plik shows.inc.php i w nim tez kod z {title} zwiazany, jak potrzeba to podam caly
$output = $template_active;
$output = str_replace("{title}", $news_arr[2], $output);
$output = str_replace("{author}", $my_author, $output);
jak mozesz wybierz cos z tego, co mozna zrobic z tego

EDIT:
a tu przeszukalem wszystkie pliki z katalogu cutenews gdzie znajduje sie slowo {title} i wyszukalo cos takiego
Search "{title}" (13 hits in 7 files)
C:\Documents and Settings\prawidlowe\Pulpit\db upeer\path\to\data\Default.tpl (2 hits)
C:\Documents and Settings\prawidlowe\Pulpit\db upeer\path\to\data\Headlines.tpl (3 hits)
Line 6: [link]{title}[/link], Dodano: {date} przez {author}
<br /> C:\Documents and Settings\prawidlowe\Pulpit\db upeer\path\to\data\rss.tpl (1 hits)
C:\Documents and Settings\\prawidlowe\Pulpit\db upeer\path\to\inc\help.mdu (1 hits)
Line 129: text area. One very common and easy tag is
<b>{title}
</b>, wherever you put this tag in your template it will be replaced with the real title of your news.
<br><br> C:\Documents and Settings\prawidlowe\Pulpit\db upeer\path\to\inc\options.mdu (2 hits)
Line 399:
<b>{title}
<br /> Line 442:
<b> {title}
<br /> C:\Documents and Settings\prawidlowe\Pulpit\db upeer\path\to\inc\preview.mdu (2 hits)
Line 35: $output = str_replace("{title}", $title, $output);
Line 84: $output = str_replace("{title}", $title, $output);
C:\Documents and Settings\prawidlowe\Pulpit\db upeer\path\to\inc\shows.inc.php (2 hits)
Line 362: $output = str_replace("{title}", $news_arr[2], $template_full);
Line 686: $output = str_replace("{title}", $news_arr[2], $output);
Odswieżam temat