C:\xampp\htdocs\kptv2\backup_ro\articol.tpl_03042016.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php

    
if(!array_key_exists('pg'$_GET)) {
        
header("location:index.php");
        exit();
    }

      require_once(
"../conf_/siteconf_.php");
    require_once(
"../admin/dbconn.php");

    if(
$dbConn) {
        
$ra_page$db->Select($TBL_ARTICLESnull, array("ID"), array($_GET['id']));
        if(
count($ra_page))
        
$page $ra_page[0]->ContentRO;
    }
$title .=" - ".$ra_page[0]->NameRO;

?>


<td valign="top" style="border-right: 1px solid #5D5C5C" width="589">
    <table cellpadding="0" cellspacing="0" border="0" summary="">
        <tr>
            <td bgcolor="#252525" height="23" width="589" class="adr2"><a href="index.php" class="adr2">Home</a> &raquo; <a class='adr2' href='index.php?pg=articole'>Legende Rock</a> &raquo; <?php if (isset($_GET['ord'])) echo "<a class='adr2' href='index.php?pg=articole&ord=".$_GET['ord']."'>".$_GET['ord']."</a> &raquo;" ?> <?= $ra_page[0]->NameRO ?></td>
        </tr>
        <tr>
            <td style="padding-left:10px;padding-top:10px;padding-bottom:10px;<?php if ($ra_page[0]->ImgID == "") echo "padding-right:10px;"?>">
            <?php if ($ra_page[0]->ImgID !== "") echo "<img src=\"../images/articole/"$ra_page[0]->ImgID ."\" alt=\"\" style=\"border: 1px solid #171717\" align=\"right\" vspace=\"10\" hspace=\"10\">"?>
            <?= $page?>
            </td>
        </tr>
    </table>
</td>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586