C:\xampp\htdocs\kptv2\backup_ro\album_bak.tpl.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
34
<?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_ALBUMSnull, 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; <?= $ra_page[0]->NameRO ?></td>
        </tr>
        <tr>
            <td style="padding:10px;">
            <?php if ($ra_page[0]->ImgID !== "") echo "<img src=\"../images/"$ra_page[0]->ImgID ."\" alt=\"\" style=\"border: 1px solid #171717\" align=\"right\" style=\"padding:10px;\">"?>
            <?= $page?>
            </td>
        </tr>
    </table>
</td>
x

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