سلام ، آیا این بازدید اول شماست ؟ یا
نمایش نتایج: از شماره 1 تا 9 , از مجموع 9

موضوع: مشکل در قرار گرفت دایو در جای خود

Hybrid View

پست قبلی پست قبلی   پست بعدی پست بعدی
  1. #1

    تاریخ عضویت
    Apr 2014
    نوشته ها
    161
    تشکر
    26
    تشکر شده 0 بار در 0 ارسال
    کد مربوط به فایل index.php
    کد:
    <?php
    defined('_JEXEC') or die('Restricted access');
    JHtml::_('behavior.framework', true);
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
    <head>
    <jdoc:include type="head" />
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/template.css" type="text/css" />
    </head>
    
    <body>
    	<div id="main">   
         	
        	<div id="header">
    			<?php if($this->countModules('search')): ?>
    			<div id="search">
                	<jdoc:include type="modules" name="search" style="xhtml" />           
    		    </div><!--End search-->
                <?php endif; ?>
    		</div><!--End heder-->
            
            <?php if($this->countmodules('menu')): ?>
            <div id="menu">
            	<jdoc:include type="modules" name="menu" style="xhtml" />
            </div><!--End menu-->
    		<?php endif; ?> 
            
            <?php if($this->countmodules('hot-news')): ?>
            <div id="hot-news">
            	<jdoc:include type="modules" name="hot-news" style="xhtml" />
            </div><!--hot-news-->
    		<?php endif; ?> 
            
            <?php if($this->countModules('slider + notice')): ?>          
            <div id="level1">        
    			<?php if($this->countmodules('slider')): ?>
                <div id="slider">
                    <jdoc:include type="modules" name="slider" style="xhtml" />
                </div><!--End slider-->
                <?php endif; ?> 
                
                <?php if($this->countmodules('notice')): ?>
                <div id="notice">
                    <jdoc:include type="modules" name="notice" style="xhtml" />
                </div><!--End notice-->
                <?php endif; ?>         
            </div><!--End level1-->
    		<?php endif; ?> 
           
             <?php if($this->countmodules('other-website')): ?>
                        <div id="other-website">
                            <jdoc:include type="modules" name="other-website" style="xhtml" />
                        </div><!--other-website-->
                    <?php endif; ?>  
             
             
    		 <?php if($this->countModules('emamha + bayanat')): ?>          
            <div id="level2">
             
    			<?php if($this->countmodules('emamha')): ?>
                <div id="emamha">
                    <jdoc:include type="modules" name="emamha" style="xhtml" />
                </div><!--End emamha-->
                <?php endif; ?>
                
                <?php if($this->countmodules('bayanat')): ?>
                <div id="bayanat">
                    <jdoc:include type="modules" name="bayanat" style="xhtml" />
                </div><!--End bayanat-->
                <?php endif; ?>                      
            </div><!--level2-->
            <?php endif; ?>
                  
               
                                  
            <?php if($this->countModules('last-news + top-news + prayer-times')): ?>
                <div id="level4">
                   <?php if($this->countmodules('last-news')): ?>
                        <div id="last-news">
                            <jdoc:include type="modules" name="last-news" style="xhtml" />
                        </div><!--last-news-->
                    <?php endif; ?>
                        
    				<?php if($this->countmodules('top-news')): ?>
                        <div id="top-news">
                            <jdoc:include type="modules" name="top-news" style="xhtml" />
                        </div><!--top-news-->
                    <?php endif; ?>
                    
                    <?php if($this->countmodules('prayer-times')): ?>
                        <div id="top-news">
                            <jdoc:include type="modules" name="prayer-times" style="xhtml" />
                        </div><!--prayer-times-->
                    <?php endif; ?>                
                    
                </div><!--level4-->   
            <?php endif; ?>
    
             		
            
                        
            <div id="content">
            	<jdoc:include type="message" />
           		<jdoc:include type="component" />
                <jdoc:include type="modules" name="content" style="xhtml" />
            </div><!--End content-->            
            
         
                  
            <?php if($this->countModules('news + picture + voice + film')): ?>          
                <div id="level3">
                
                <?php if($this->countmodules('news')): ?>
                <div id="news">
                    <jdoc:include type="modules" name="news" style="xhtml" />
                </div><!--End news-->
                <?php endif; ?>
                
                    <?php if($this->countmodules('picture')): ?>
                    <div id="picture">
                        <jdoc:include type="modules" name="picture" style="xhtml" />
                    </div><!--End picture-->
                    <?php endif; ?>
                    
                    <?php if($this->countmodules('voice')): ?>
                    <div id="voice">
                        <jdoc:include type="modules" name="voice" style="xhtml" />
                    </div><!--End voice-->
                    <?php endif; ?>
                    
                    <?php if($this->countmodules('film')): ?>
                    <div id="film">
                        <jdoc:include type="modules" name="film" style="xhtml" />
                    </div><!--End film-->
                    <?php endif; ?>
                </div><!--level3-->
            <?php endif; ?>
         
            
            <?php if($this->countmodules('mashahir')): ?>
            <div id="mashahir">
            	<jdoc:include type="modules" name="mashahir" style="xhtml" />
            </div><!--End mashahir-->
            <?php endif; ?>
            
            <?php if($this->countmodules('footer')): ?>
            <div id="footer">
            	<jdoc:include type="modules" name="footer" style="xhtml" />
            </div><!--End footer-->
    		<?php endif; ?>
    
    	</div><!--End main-->
    </body>
    </html>

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  2. # ADS
    تبلیغات در جوملا فارسی
    تاریخ عضویت
    Always
    نوشته ها
    Many
     

موضوعات مشابه

  1. 1 دیو بیجا
    توسط ARX mirzaei در انجمن سوالهای عمومی جوملا 2.5 فارسی
    پاسخ ها: 1
    آخرين نوشته: 07-15-2014, 03:01 AM
  2. ماژول آرشیو
    توسط hamid70 در انجمن ماژول های جوملا 1.5 فارسی
    پاسخ ها: 2
    آخرين نوشته: 09-26-2011, 10:24 AM
  3. ایجاد لینک به آرشیو مطالب
    توسط yss.ir در انجمن ماژول های جوملا 1.5 فارسی
    پاسخ ها: 6
    آخرين نوشته: 07-27-2011, 08:44 AM
  4. آرشیو بندی کردن مطالب
    توسط soori8 در انجمن ماژول های جوملا 1.6 فارسی
    پاسخ ها: 1
    آخرين نوشته: 06-03-2011, 04:21 PM
  5. آرشیو بر اساس تاریخ
    توسط rezappp در انجمن سوالهای عمومی جوملا 1.5 فارسی
    پاسخ ها: 0
    آخرين نوشته: 05-26-2011, 09:26 AM

علاقه مندی ها (Bookmarks)

علاقه مندی ها (Bookmarks)

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •