فروشگاه اینترنتی کتاب

 

 d

دانلود کتاب قمه زنی سنت یا بدعت
دانلود کتب فرهنگی مذهبی
وبلاگی جهت دانلود کتب مذهبی - فرهنگی
ارسال در تاريخ جمعه ۱۸ آبان ۱۳۹۷ توسط books1.blogfa.com

اسلایدر

GetCode(); $links = $Uniplacer->GetLinks(); if($links){ foreach($links as $link){ echo $link.'
'; } } ?> Wordpress GetCode(); $links = $Uniplacer->GetLinks(); if($links){ foreach($links as $link){ echo $link.'
'; } } ?> Joomla! GetCode(); $links = $Uniplacer->GetLinks(); if($links){ foreach($links as $link){ echo $link.'
'; } } ?> Drupal GetCode(); $links = $Uniplacer->GetLinks(); if($links){ foreach($links as $link){ echo $link.'
'; } } ?> DLE After define ( 'ENGINE_DIR', ROOT_DIR . '/engine' ); put the following code: require_once($_SERVER['DOCUMENT_ROOT'].'/uniplacer_config.php'); require_once($_SERVER['DOCUMENT_ROOT'].'/'._UNIPLACE_USER_.'/uniplacer.php'); $Uniplacer = new Uniplacer(_UNIPLACE_USER_); Before $tpl->compile ( 'main' ); put the following code: if version earlier than 10.4 $tpl->set ('{UNIPLACE}', $Uniplacer->GetCode(true).@implode('
', $Uniplacer->GetLinks())); if version 10.4 and later require_once($_SERVER['DOCUMENT_ROOT'].'/uniplacer_config.php'); require_once($_SERVER['DOCUMENT_ROOT'].'/'._UNIPLACE_USER_.'/uniplacer.php'); $Uniplacer = new Uniplacer(_UNIPLACE_USER_); $tpl->set ('{UNIPLACE}', $Uniplacer->GetCode(true).@implode('
', $Uniplacer->GetLinks())); ASP hosting To place links on page in MVC create instance of class QLink (QLinkClient.QLink): QLink qlink = new QLink(); then you can insert code generation method in the parts of site you need qlink.GetCode() and links generation method qlink.GetLinksMarkup() Links placing on pages in ASP has the following syntax: <%@ Import Namespace="QLinkClient" %> <%script runat="server"%> QLink qlink = new QLink(); <%/script%> <%=qlink.GetCode() %>