Advertisement
wrsi

temp.php

Apr 30th, 2013
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 17.81 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ POWER X 7 DECODER
  5. * @ Version         :   1.1.4.0
  6. * @ Member          :   vv456
  7. * @ Official site   :   http://www.waraxe.us/forum-userprofile-8669.html
  8. *
  9. */
  10.  
  11.     function funcGetPageName() {
  12.         $urlNameArray = explode( '/', $_SERVER['PHP_SELF'] );
  13.         return $urlNameArray[sizeof( $urlNameArray ) - 1];
  14.     }
  15.  
  16.     echo '
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18. ';
  19.     echo '<html xmlns="http://www.w3.org/1999/xhtml">
  20. <head>
  21.    ';
  22.     echo generateTemplateHead(  );
  23.     echo '    
  24.    ';
  25.     $leftMenuArray = array( 'register', 'login', 'iletisimindex', 'showPageIndex' );
  26.  
  27.     if (in_array( $_GET['act'], $leftMenuArray )) {
  28.         echo '
  29.  
  30.    ';
  31.     }
  32. else {
  33.         echo '        <link href="templates/p-brown/css/reset.css" rel="stylesheet" type="text/css" />
  34.  
  35.    <link href="templates/p-brown/css/jqtransform.css" rel="stylesheet" type="text/css" media="all" />
  36.    <link href="templates/p-brown/css/imagaza.css" rel="stylesheet" type="text/css" />
  37.    <link href="templates/p-brown/css/menu.css" rel="stylesheet" type="text/css" />
  38.   <link rel="stylesheet" href="te';
  39.         echo 'mplates/p-brown/css/orbit-1.2.3.css">
  40.  
  41.  
  42.   ';
  43.         echo '<s';
  44.         echo 'cript type="text/javascript" src="templates/p-brown/js/jquery.jqtransform.js" ></script>
  45.    ';
  46.         echo '<s';
  47.         echo 'cript type="text/javascript" src="templates/p-brown/js/bezoom.js" ></script>
  48.    ';
  49.         echo '<s';
  50.         echo 'cript type="text/javascript" src="js/jquery.countdown.pack.js"></script>
  51.    ';
  52.         echo '<s';
  53.         echo 'cript type="text/javascript" src="js/jquery.countdown-tr.js"></script>
  54.    ';
  55.         echo '<s';
  56.         echo 'cript type="text/javascript" src="templates/p-brown/js/hoverIntent.js"></script>
  57.    ';
  58.         echo '<s';
  59.         echo 'cript type="text/javascript" src="templates/p-brown/js/mega.js"></script>
  60.    ';
  61.         echo '<s';
  62.         echo 'cript type="text/javascript">
  63.         $(document).ready(function(){
  64.             var tabContainers = $(\'div.productBig > div\');
  65.             tabContainers.hide().filter(\':first\').show();        
  66.             $(\'div.productSmall ul li a\').click(function () {
  67.                 tabContainers.hide();
  68.                 tabContainers.filter(this.hash).show();
  69.                 return false;
  70.             }).filter(\':first\').click();
  71.             $(".zoom").bezoom();
  72.             $(\'#content .longPro:nth';
  73.         echo '-child(3n)\').addClass(\'third\');
  74.         });
  75.         $(function(){
  76.             $(\'.selection\').jqTransform();
  77.         });
  78.     </script>
  79.    
  80.    
  81.    <!-- scrool top -->
  82.    
  83.    ';
  84.         echo '<s';
  85.         echo 'tyle>
  86.     element.style {
  87.    display: inline;
  88. }
  89. .scrollup {
  90.    background: url("templates/p-brown/theme/icon_top.png") no-repeat scroll 0 0 transparent;
  91.  
  92.    bottom: 214px;
  93.    display: none;
  94.    height: 40px;
  95.    opacity: 0.3;
  96.    position: fixed;
  97.    right: 44px;
  98.    text-indent: -9999px;
  99.    width: 40px;
  100. }
  101.         </style>
  102.    ';
  103.         echo '<s';
  104.         echo 'cript type="text/javascript">
  105.             $(document).ready(function(){
  106.            
  107.             $(window).scroll(function(){
  108.                 if ($(this).scrollTop() > 100) {
  109.                     $(\'.scrollup\').fadeIn();
  110.                 } else {
  111.                     $(\'.scrollup\').fadeOut();
  112.                 }
  113.             });
  114.            
  115.             $(\'.scrollup\').click(function(){
  116.                 $("html, body").animate({ scrollTop: 0 }, 600);
  117.                 return false;
  118.             });
  119.  
  120.         });
  121.         </script>
  122.      <!-- scrool top ';
  123.         echo 'end-->  
  124.        
  125.    
  126.    <!-- slider index -->
  127.    
  128.  
  129.         ';
  130.         echo '<s';
  131.         echo 'cript type="text/javascript" src="templates/p-brown/js/jquery.orbit-1.2.3.js"></script>  
  132.        
  133.             <!--[if IE]>
  134.                  ';
  135.         echo '<s';
  136.         echo 'tyle type="text/css">
  137.                      .timer { display: none !important; }
  138.                      div.caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom: 1; }
  139.                 </style>
  140.             <![endif]-->
  141.        
  142.         <!-- Run the plugin -->
  143.         ';
  144.         echo '<s';
  145.         echo 'cript type="text/javascript">
  146.             $(window).load(function() {
  147.                 $(\'#featured\').orbit();
  148.             });
  149.         </script>
  150.    
  151.    <!-- slider index -->
  152.  
  153. ';
  154.         echo '<s';
  155.         echo 'cript src="templates/p-brown/js/jquery.jqzoom-core.js" type="text/javascript"></script>
  156.  
  157. <link rel="stylesheet" href="templates/p-brown/css/jquery.jqzoom.css" type="text/css">
  158. ';
  159.         echo '<s';
  160.         echo 'tyle type"text/css">
  161.  
  162. body{margin:0px;padding:0px;font-family:Arial;}
  163. a img,:link img,:visited img { border: none; }
  164. table { border-collapse: collapse; border-spacing: 0; }
  165. :focus { outline: none; }
  166. *{margin:0;padding:0;}
  167. p, blockquote, dd, dt{margin:0 0 8px 0;line-height:1.5em;}
  168. fieldset {padding:0px;padding-left:7px;padding-right:7px;padding-bottom:7px;}
  169. fieldset legend{margin-left:15px';
  170.         echo ';padding-left:3px;padding-right:3px;color:#333;}
  171. dl dd{margin:0px;}
  172. dl dt{}
  173.  
  174. .clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
  175. .clearfix{display:block;zoom:1}
  176.  
  177.  
  178. ul#thumblist{display:block;}
  179. ul#thumblist li{float:left;margin-right:2px;list-style:none;}
  180. ul#thumblist li a{display:block;border:1px solid #CCC;}
  181. ul#thumblist li a.zoomT';
  182.         echo 'humbActive{
  183.    border:1px solid red;
  184. }
  185.  
  186. .jqzoom{
  187.  
  188.     text-decoration:none;
  189.     float:left;
  190. }
  191.  
  192.  
  193.  
  194.  
  195.  
  196. </style>
  197. ';
  198.         echo '<s';
  199.         echo 'cript type="text/javascript">
  200.  
  201. $(document).ready(function() {
  202.     $(\'.jqzoom\').jqzoom({
  203.            zoomType: \'standard\',
  204.            lens:true,
  205.            preloadImages: false,
  206.            alwaysOn:false
  207.        });
  208.    
  209. });
  210.  
  211.  
  212. </script>
  213.  
  214.    
  215.  
  216.    
  217. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
  218. </head>
  219.  
  220.  
  221.  
  222.  
  223.  
  224. <body>
  225.  
  226.  
  227. <!-- HEADER START -->
  228. ';
  229.         include( 'templates/p-brown/mods/header.php' );
  230.         echo '<!-- HEADER END  -->
  231.  
  232.  ';
  233.     }
  234.  
  235.     echo '
  236.  
  237. <!-- ANASAYFA START -->
  238. ';
  239.  
  240.     if (funcGetPageName(  ) == 'index.php') {
  241.         echo '
  242. <div id="topslogan"><img src="templates/p-brown/theme/';
  243.         echo $siteConfig['sloganbanner'];
  244.         echo '" width="909" height="26" /></div>
  245. <!-- index content -->
  246. ';
  247.         echo $PAGE_OUT;
  248.         echo '
  249.  <!-- index content end -->
  250. ';
  251.     }
  252.  
  253.     echo '<!-- ANASAYFA END -->
  254.  
  255.  
  256.  
  257.  
  258.  
  259. <!-- KATEGORÝ VE MARKALAR START -->
  260. ';
  261.     $leftMenuArray = array( 'kategoriGoster', 'marka' );
  262.  
  263.     if (in_array( $_GET['act'], $leftMenuArray )) {
  264.         echo '
  265. ';
  266.         echo '<s';
  267.         echo 'cript src="templates/p-brown/js/jquery.lazyload.js" type="text/javascript"></script>
  268. <div id="kategoriler">
  269.  
  270. <div id="urunwrap">
  271. ';
  272.         echo ($_GET['catID'] ? generateTableBox( 'Seçim Daraltýn', generateFilter( 'FiltreList' ), 'FiltreBlock' ) : '');
  273.         echo '
  274. ';
  275.         echo butikler(  );
  276.         echo $PAGE_OUT;
  277.         echo '  
  278. ';
  279.         echo '<s';
  280.         echo 'cript type="text/javascript" charset="utf-8">
  281.      $(function() {
  282.          $("img").lazyload();
  283.      });
  284.  </script>
  285. </div></div></div>
  286. ';
  287.     }
  288.  
  289.     echo '<!-- KATEGORÝ VE MARKALAR END -->
  290.  
  291. <!-- URUNDETAY START -->
  292. ';
  293.     $leftMenuArray = array( 'urunDetay' );
  294.  
  295.     if (in_array( $_GET['act'], $leftMenuArray )) {
  296.         echo '
  297.  
  298. <div id="urundetay">';
  299.         echo $PAGE_OUT;
  300.         echo '</div>
  301. </div>
  302. ';
  303.     }
  304.  
  305.     echo '<!-- URUNDETAY END -->
  306.  
  307.  
  308. <!-- KATEGORÝ VE MARKALAR START -->
  309. ';
  310.     $leftMenuArray = array( 'sifre' );
  311.  
  312.     if (in_array( $_GET['act'], $leftMenuArray )) {
  313.         echo '
  314. <div id="kategoriler">';
  315.         echo $PAGE_OUT;
  316.         echo '</div>
  317. ';
  318.     }
  319.  
  320.     echo '<!-- KATEGORÝ VE MARKALAR END -->
  321.  
  322.  
  323.  
  324.  
  325. <!-- REGISTER FORM -->
  326. ';
  327.     $leftMenuArray = array( 'register' );
  328.  
  329.     if (in_array( $_GET['act'], $leftMenuArray )) {
  330.         include( 'templates/p-brown/mods/register.php' );
  331.         echo '
  332.  
  333. ';
  334.     }
  335.  
  336.     echo '<!-- REGISTER FORM  -->
  337.  
  338. <!-- LOGIN FORM -->
  339. ';
  340.     $leftMenuArray = array( 'login' );
  341.  
  342.     if (in_array( $_GET['act'], $leftMenuArray )) {
  343.         include( 'templates/p-brown/mods/login.php' );
  344.         echo '
  345. ';
  346.     }
  347.  
  348.     echo '<!-- LOGIN FORM  -->
  349.  
  350.  
  351. <!-- SEPET -->
  352. ';
  353.     $leftMenuArray = array( 'sepet', 'satinal' );
  354.  
  355.     if (in_array( $_GET['act'], $leftMenuArray )) {
  356.         echo '
  357. ';
  358.         echo '<s';
  359.         echo 'cript type="text/javascript">
  360.  
  361. function noError(){return true;}
  362. window.onerror = noError;
  363.  
  364. </script>
  365.  
  366. <!-- Add jQuery library -->
  367.    
  368.  
  369.     <!-- Add mousewheel plugin (this is optional) -->
  370.     ';
  371.         echo '<s';
  372.         echo 'cript type="text/javascript" src="templates/p-brown/lightbox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
  373.  
  374.     <!-- Add fancyBox main JS and CSS files -->
  375.     ';
  376.         echo '<s';
  377.         echo 'cript type="text/javascript" src="templates/p-brown/lightbox/source/jquery.fancybox.js?v=2.0.6"></script>
  378.     <link rel="stylesheet" type="text/css" href="templates/p-brown/lightbox/source/jquery.fancybox.css?v=2.0.6" media="screen" />
  379.  
  380.     <!-- Add Button helper (this is optional) -->
  381.     <link rel="stylesheet" type="text/css" href="templates/p-brown/lightbox/source/helpers/jquery.fancybox-buttons.css?v=1';
  382.         echo '.0.2" />
  383.     ';
  384.         echo '<s';
  385.         echo 'cript type="text/javascript" src="templates/p-brown/lightbox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
  386.  
  387.     <!-- Add Thumbnail helper (this is optional) -->
  388.     <link rel="stylesheet" type="text/css" href="templates/p-brown/lightbox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.2" />
  389.     ';
  390.         echo '<s';
  391.         echo 'cript type="text/javascript" src="templates/p-brown/lightbox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.2"></script>
  392.  
  393.     <!-- Add Media helper (this is optional) -->
  394.     ';
  395.         echo '<s';
  396.         echo 'cript type="text/javascript" src="templates/p-brown/lightbox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
  397.  
  398.     ';
  399.         echo '<s';
  400.         echo 'cript type="text/javascript">
  401. $(document).ready(function() {
  402.             /*
  403.              *  Simple image gallery. Uses default settings
  404.              */
  405.  
  406.             $(\'.fancybox\').fancybox();
  407.  
  408.             /*
  409.              *  Different effects
  410.              */
  411.  
  412.             // Change title type, overlay opening speed and opacity
  413.             $(".fancybox-effects-a").fancybox({
  414.                 helpers: {
  415.                     title : {
  416.                         type : \'outside\'
  417.                     },
  418.                     overlay : {
  419.                         spe';
  420.         echo 'edIn : 500,
  421.                         opacity : 0.95
  422.                     }
  423.                 }
  424.             });
  425.  
  426.             // Disable opening and closing animations, change title type
  427.             $(".fancybox-effects-b").fancybox({
  428.                 openEffect  : \'none\',
  429.                 closeEffect : \'none\',
  430.  
  431.                 helpers : {
  432.                     title : {
  433.                         type : \'over\'
  434.                     }
  435.                 }
  436.             });
  437.  
  438.             // Set custom style, close if clicked, change title type and overlay color
  439.             $(".fancybox-effec';
  440.         echo 'ts-c").fancybox({
  441.                 wrapCSS    : \'fancybox-custom\',
  442.                 closeClick : true,
  443.  
  444.                 helpers : {
  445.                     title : {
  446.                         type : \'inside\'
  447.                     },
  448.                     overlay : {
  449.                         css : {
  450.                             \'background-color\' : \'#eee\'
  451.                         }
  452.                     }
  453.                 }
  454.             });
  455.  
  456.             // Remove padding, set opening and closing animations, close if clicked and disable overlay
  457.             $(".fancybox-effects-d").fancybox({
  458.                 padding: 0';
  459.         echo ',
  460.  
  461.                 openEffect : \'elastic\',
  462.                 openSpeed  : 150,
  463.  
  464.                 closeEffect : \'elastic\',
  465.                 closeSpeed  : 150,
  466.  
  467.                 closeClick : true,
  468.  
  469.                 helpers : {
  470.                     overlay : null
  471.                 }
  472.             });
  473.  
  474.             /*
  475.              *  Button helper. Disable animations, hide close button, change title type and content
  476.              */
  477.  
  478.             $(\'.fancybox-buttons\').fancybox({
  479.                 openEffect  : \'none\',
  480.                 closeEffect : \'none\',
  481.  
  482.     ';
  483.         echo '          prevEffect : \'none\',
  484.                 nextEffect : \'none\',
  485.  
  486.                 closeBtn  : false,
  487.  
  488.                 helpers : {
  489.                     title : {
  490.                         type : \'inside\'
  491.                     },
  492.                     buttons : {}
  493.                 },
  494.  
  495.                 afterLoad : function() {
  496.                     this.title = \'Image \' + (this.index + 1) + \' of \' + this.group.length + (this.title ? \' - \' + this.title : \'\');
  497.                 }
  498.             });
  499.  
  500.  
  501.             /*
  502.              *  Thumbnail helper. Disable animations, hide clo';
  503.         echo 'se button, arrows and slide to next gallery item if clicked
  504.              */
  505.  
  506.             $(\'.fancybox-thumbs\').fancybox({
  507.                 prevEffect : \'none\',
  508.                 nextEffect : \'none\',
  509.  
  510.                 closeBtn  : false,
  511.                 arrows    : false,
  512.                 nextClick : true,
  513.  
  514.                 helpers : {
  515.                     thumbs : {
  516.                         width  : 50,
  517.                         height : 50
  518.                     }
  519.                 }
  520.             });
  521.  
  522.             /*
  523.              *  Media helper. Group items, disable animations, hide a';
  524.         echo 'rrows, enable media and button helpers.
  525.             */
  526.             $(\'.fancybox-media\')
  527.                 .attr(\'rel\', \'media-gallery\')
  528.                 .fancybox({
  529.                     openEffect : \'none\',
  530.                     closeEffect : \'none\',
  531.                     prevEffect : \'none\',
  532.                     nextEffect : \'none\',
  533.  
  534.                     arrows : false,
  535.                     helpers : {
  536.                         media : {},
  537.                         buttons : {}
  538.                     }
  539.                 });
  540.  
  541.             /*
  542.              *  Open manually
  543.              */
  544.  
  545.             $("#fancybox-manual-a").';
  546.         echo 'click(function() {
  547.                 $.fancybox.open(\'1_b.jpg\');
  548.             });
  549.  
  550.             $("#fancybox-manual-b").click(function() {
  551.                 $.fancybox.open({
  552.                     href : \'iframe.html\',
  553.                     type : \'iframe\',
  554.                     padding : 5
  555.                 });
  556.             });
  557.  
  558.             $("#fancybox-manual-c").click(function() {
  559.                 $.fancybox.open([
  560.                     {
  561.                         href : \'1_b.jpg\',
  562.                         title : \'My title\'
  563.                     }, {
  564.                         href : \'2_b.jpg\',
  565.                         title : ';
  566.         echo '\'2nd title\'
  567.                     }, {
  568.                         href : \'3_b.jpg\'
  569.                     }
  570.                 ], {
  571.                     helpers : {
  572.                         thumbs : {
  573.                             width: 75,
  574.                             height: 50
  575.                         }
  576.                     }
  577.                 });
  578.             });
  579.  
  580.  
  581.         });
  582. function MM_changeProp(objId,x,theProp,theValue) { //v9.0
  583.  var obj = null; with (document){ if (getElementById)
  584.  obj = getElementById(objId); }
  585.  if (obj){
  586.    if (theValue == true || theValue == false)
  587.     ';
  588.         echo ' eval("obj.style."+theProp+"="+theValue);
  589.    else eval("obj.style."+theProp+"=\'"+theValue+"\'");
  590.  }
  591. }
  592.    </script>
  593.     ';
  594.         echo '<s';
  595.         echo 'tyle type="text/css">
  596.         .fancybox-custom .fancybox-skin {
  597.             box-shadow: 0 0 50px #222;
  598.         }
  599.     .fpass {
  600.    background-color: #FFFFFF;
  601.    display: none;
  602.    height: 152px;
  603.    margin-left: 5px;
  604.    margin-top: 85px;
  605.    padding-top: 25px;
  606.    position: absolute;
  607.    width: 301px;
  608.    z-index: 2147483647;
  609. }
  610.    </style>
  611.  
  612. <link href="templates/p-brown/imods/css/members.css" rel="styles';
  613.         echo 'heet" type="text/css" />
  614. <link href="templates/p-brown/imods/css/layout.css" rel="stylesheet" type="text/css" />
  615.  
  616. <div class="anawrapper">
  617. ';
  618.         echo sepetduzelt(  );
  619.         echo '  ';
  620.  
  621.         if (alisverisSirasi(  )) {
  622.             echo '<img  style="margin-bottom:33px;" src=\'templates/p-brown/theme/steps/step' . alisverisSirasi(  ) . '.png\'>';
  623.         }
  624.  
  625.         echo '  ';
  626.         echo $PAGE_OUT;
  627.         echo '  <div style="clear:both;"></div>
  628. </div>
  629.  
  630. </div>
  631. ';
  632.         echo '<s';
  633.         echo 'cript>$(\'#gf_acceptRules\').parent().html(\'<textarea style="display:none;" readonly="true" id="gf_acceptRules" class="gf_textarea acceptRules" xstyle="position:relative; z-index:10000;">Üyelik KurallarýGenel Yazý..</textarea><input style="margin-left: 0px;margin-top: 4px;position: absolute;" id="gf_acceptRulesCB" type="checkbox"><label for="gf_acceptRulesCB"><div style="color: rgb(0, 0, 0); position: ab';
  634.         echo 'solute; font-size: 11px; line-height: 18px; font-weight: normal; width: 648px; margin-left: 23px; margin-top: 1px;"><a class="fancybox fancybox.iframe" href="page.php?act=showPageIndex&ID=18">Mesafeli satýþ sözleþmesi</a> ve <a class="fancybox fancybox.iframe" href="page.php?act=showPageIndex&ID=17">Ön Bilgilendirme</a> formunu okudum anladým kabul ediyorum.</div></label>\'); </script>
  635.  
  636.  
  637. ';
  638.     }
  639.  
  640.     echo '<!-- SEPET END -->
  641.  
  642.  
  643.  
  644.  
  645. <!-- CONTROL PANEL -->
  646. ';
  647.     $leftMenuArray = array( 'profile', 'adres', 'modDavet', 'modDavet-liste', 'showOrders', 'havaleBildirim', 'puan' );
  648.  
  649.     if (in_array( $_GET['act'], $leftMenuArray )) {
  650.         echo '<s';
  651.         echo 'tyle>
  652. .select_';
  653.         echo $_GET['act'];
  654.         echo ' { background-color: #FFF; border-radius: 3px 0px 0px 3px; }
  655. </style>
  656. <div class="userControlPanel">
  657. <div id="userControlLeft"><br />
  658.  <ul>
  659. ';
  660.         include( 'templates/p-brown/mods/user_left.php' );
  661.         echo '  </ul>
  662. </div>
  663.  <div id="userControlRight">';
  664.         echo $PAGE_OUT;
  665.         echo '</div>
  666.  <div class="clr"></div>
  667. </div>
  668.  
  669.  
  670.  
  671. ';
  672.     }
  673.  
  674.     echo '<!-- CONTROL PANEL END -->
  675.  
  676.  
  677.  
  678.  
  679. <!-- STATIK SAYFALAR  -->
  680. ';
  681.     $leftMenuArray = array( 'showPage', 'iletisim', 'siparistakip', 'sss', 'sozlesme' );
  682.  
  683.     if (in_array( $_GET['act'], $leftMenuArray )) {
  684.         echo '<s';
  685.         echo 'tyle>
  686. .select_';
  687.         echo $_GET['act'];
  688.         echo ' { background-color: #FFF; border-radius: 3px 0px 0px 3px; }
  689. </style>
  690. <div class="userControlPanel">
  691.  <div id="userControlLeft"><br />
  692.    <ul>
  693.     ';
  694.         include( 'templates/p-brown/mods/about_left.php' );
  695.         echo '    
  696.          
  697.      
  698.    </ul>
  699.  </div>
  700.  <div id="userControlRight" >';
  701.         echo $PAGE_OUT;
  702.         echo '</div>
  703.  <div class="clr"></div>
  704. </div>
  705.  
  706.  
  707.  
  708. ';
  709.     }
  710.  
  711.     echo '<!-- STATIK SAYFALAR END -->
  712.  
  713.  
  714.  
  715. <!-- INDEX SAYFALAR  -->
  716. ';
  717.     $leftMenuArray = array( 'iletisimindex', 'showPageIndex' );
  718.  
  719.     if (in_array( $_GET['act'], $leftMenuArray )) {
  720.         echo '<s';
  721.         echo 'tyle type="text/css">
  722. body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333; background-color: #FFF; padding: 15px; line-height: 19px; }
  723. h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000; margin: 0px; padding: 0px; }
  724. h2 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000; margin: 0px; padding: 0px; }
  725. p { font-size: 13px;';
  726.         echo ' font-family: Arial, Helvetica, sans-serif; }
  727. h3 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000; margin: 0px; padding: 0px; }
  728. </style>
  729. ';
  730.         echo $PAGE_OUT;
  731.     }
  732.  
  733.     echo '<!-- STATIK SAYFALAR END -->
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  ';
  741.     $leftMenuArray = array( 'register', 'login', 'iletisimindex', 'showPageIndex' );
  742.  
  743.     if (in_array( $_GET['act'], $leftMenuArray )) {
  744.         echo '
  745.  
  746.    ';
  747.         return 1;
  748.     }
  749.  
  750.     echo '
  751. <!-- FOOTER  START -->
  752. <a href="#" class="scrollup">Scroll</a>
  753. <div id="footer"><div id="footerWrp">
  754.  ';
  755.     include( 'templates/p-brown/mods/footer.php' );
  756.     echo '  
  757. ';
  758.  
  759.     if ($siteConfig['removesign'] != 'O7qr1Bd9r47n14665q084v') {
  760.         echo '  
  761.    <div style="float: right; width: 175px; padding-top: 142px; padding-right: 11px; color: #999;">Powered by ';
  762.         echo '<s';
  763.         echo 'trong><a href="http://www.imagaza.net/" title="iMaðaza E-Ticaret Sistemleri" style=" font-weight:bold;text-decoration: none; color: #C46327;">iMaðaza E-Ticaret</a></strong></div>';
  764.     }
  765.  
  766.     echo '  </div></div>
  767. <!-- FOOTER  END -->
  768. ';
  769.     echo scriptmenu(  );
  770.     echo sepetGoster(  );
  771.     echo '<s';
  772.     echo 'cript>tempStart();</script>
  773.  
  774. </body>';
  775. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement