OuTsOo Posted April 13, 2009 Report Share Posted April 13, 2009 Vai ir skripts uz php-fusion 7 mainīgais logo? Ja ir varat iedod? Link to comment Share on other sites More sharing options...
samuray Posted April 13, 2009 Report Share Posted April 13, 2009 ko tu domā ar mainīgo logo? Link to comment Share on other sites More sharing options...
OuTsOo Posted April 13, 2009 Author Report Share Posted April 13, 2009 Nu redzat gign.lv augšā foto Lieldienu...vot es gribu lai šis mainītos.. Link to comment Share on other sites More sharing options...
X ID Posted April 13, 2009 Report Share Posted April 13, 2009 587463583759 pārrunāta tēma šajā forumā. Ok, varbūt ne konkrēti par "php-fusion 7", bet izlasot attiecīgos topikus, vajadzētu pietikt prātam tāpat sataisīt. Or nākt ar konkrētiem jautājumiem. Link to comment Share on other sites More sharing options...
kamikaza2 Posted April 13, 2009 Report Share Posted April 13, 2009 es domaju, ka tiesi php-fusion skripta nav. http://gfx.lv/forums/index.php?showtopic=634 (te atradisi ko mekle) Link to comment Share on other sites More sharing options...
OuTsOo Posted April 14, 2009 Author Report Share Posted April 14, 2009 Emm..labi ka iedevi to linku bet...kur lai šo ieraksta..?Un vsp tas uz bānneriem.. Link to comment Share on other sites More sharing options...
Invisible Shadow Posted April 14, 2009 Report Share Posted April 14, 2009 Varbūt šis palīdzēs. Link to comment Share on other sites More sharing options...
OuTsOo Posted April 14, 2009 Author Report Share Posted April 14, 2009 SKRIPTS IR!!!!!!!!BET KUR RAKSTĪT VIŅU? Link to comment Share on other sites More sharing options...
*jancis38* Posted April 14, 2009 Report Share Posted April 14, 2009 Programmētājs. Raksti tur, kur Tev viņu vajag redzēt darbībā. Un darbosies viņš tikai ievietotā *.php failā. Link to comment Share on other sites More sharing options...
OuTsOo Posted April 14, 2009 Author Report Share Posted April 14, 2009 Raksti tur, kur Tev viņu vajag redzēt darbībā. Un darbosies viņš tikai ievietotā *.php failā. NU blinj...themes.php tur tochn nē nezinu kur vel tad.. Link to comment Share on other sites More sharing options...
dimka62 Posted April 14, 2009 Report Share Posted April 14, 2009 Parādi to themes.php Link to comment Share on other sites More sharing options...
OuTsOo Posted April 14, 2009 Author Report Share Posted April 14, 2009 Vot themes.php <?php if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; } require_once INCLUDES."theme_functions_include.php"; define("THEME_WIDTH", "100%"); define("THEME_BULLET", "·"); function render_page($license=false) { global $settings, $locale, $main_style, $userdata, $aidlink; echo "<div class='outer'><div id='top-header'>\n"; if (iMEMBER) { echo "<a href='".BASEDIR."edit_profile.php'>".$locale['global_120']."</a>\n"; echo "· <a href='".BASEDIR."messages.php'>".$locale['global_121']."</a>\n"; echo "· <a href='".BASEDIR."members.php'>".$locale['global_122']."</a>\n"; if (iADMIN && (iUSER_RIGHTS != "" || iUSER_RIGHTS != "C")) { echo "· <a href='".ADMIN."index.php".$aidlink."'>".$locale['global_123']."</a>\n"; } echo "· <a href='".BASEDIR."setuser.php?logout=yes'>".$locale['global_124']."</a>\n"; } else { echo "<a href='".BASEDIR."login.php'>Login</a>\n"; if ($settings['enable_registration']) { echo "· <a href='".BASEDIR."register.php'>Register</a>\n"; } } echo "</div>\n"; echo "<div id='header' class='clearfix'>\n"; echo "<div style='margin: -5px 0px 0px -5px'>".showbanners()."</div>\n"; echo "</div>\n"; echo "<div id='sub-header' class='clearfix'>\n"; echo "<div class='flleft'>".showsublinks(" ")."</div>\n"; echo "<div class='flright' style='text-align:right;padding:0.4em'>".showsubdate()."</div>\n"; echo "<div class='clear'></div>\n"; echo "</div>\n"; echo "<div id='container' class='clearfix $main_style'>\n"; if (LEFT) { echo "<div id='side-border-left'>".LEFT."</div>\n"; } if (RIGHT) { echo "<div id='side-border-right'>".RIGHT."</div>\n"; } echo "<div id='main-content'><div id='main-container'>".U_CENTER.CONTENT.L_CENTER."</div></div>\n"; echo "</div>\n"; echo "<div class='clear'></div>\n"; echo "<div id='footer'>\n"; echo "<center>Copyright 2009 OuTs.Oo.Lv. All rights reserved."; echo "</div></div>\n"; } function render_news($subject, $news, $info) { echo "<div class='main-border'>\n"; echo "<div class='main-caption'>".$subject."</div>\n"; echo "<div class='main-body'>".$news."\n"; echo "<div class='news-footer'>\n"; echo newsposter($info,"·").newsopts($info,"·").itemoptions("N",$info['news_id']); echo "</div>\n</div>\n</div>\n"; } function render_article($subject, $article, $info) { echo "<div class='main-caption'>$subject</div>\n"; echo "<div class='main-body'><!--przed_tresc_art-->".($info['article_breaks'] == "y" ? nl2br($article) : $article)."<!--po_tresc_art--></div>\n"; echo "<div class='news-footer'><!--przed_stopka_art-->\n"; echo articleposter($info,"·").articleopts($info,"·").itemoptions("A",$info['article_id']); echo "</div>\n"; } function opentable($title) { echo "<div class='main-border'>\n"; echo "<div class='main-caption'>".$title."</div>\n"; echo "<div class='main-body'>\n"; } function closetable() { echo "</div>\n</div>\n"; } function openside($title, $collapse = false, $state = "on") { global $panel_collapse; $panel_collapse = $collapse; echo "<div class='side-border'>\n"; if ($collapse == true) { $boxname = str_replace(" ", "", $title); echo "<div class='side-caption' style='float:right;margin-top:6px;'>".panelbutton($state,$boxname)."</div>\n"; } echo "<div class='side-caption'>".$title."</div>\n"; echo "<div class='side-body floatfix'>\n"; if ($collapse == true) { echo panelstate($state, $boxname); } } function closeside($collapse = false) { global $panel_collapse; if ($panel_collapse == true) { echo "</div>\n"; } echo "</div>\n</div>\n"; echo "<br />"; } ?> Link to comment Share on other sites More sharing options...
OuTsOo Posted April 16, 2009 Author Report Share Posted April 16, 2009 nu tak 4E? Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now