Jump to content

Vangelis

Members
  • Posts

    1076
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by Vangelis

  1. Try bellow code 

     

    if($this->get->page == 'login' or $this->get->page == 'registration')
    {
    			if(Auth::LoggedIn()) 
    			{
    				Template::Show('app_top.php');
    			}
    			else 
    			{
    	
    	            Template::Show('app_top1.php');
    			}
    }

     

    <?php
    		// var_dump($_SERVER['REQUEST_URI']);
    		if($this->get->page == 'login' or $this->get->page == 'registration')
    {
    			if(Auth::LoggedIn()) 
    			{
    				Template::Show('app_top.php');
    			}
    }
    		?>
    
            <div id="content">
                <?php echo $page_content; ?>
            </div>
    
    		<?php
    
    		if($this->get->page == 'login' or $this->get->page == 'registration')
    {
    			if(Auth::LoggedIn()) 
    			{
    				Template::Show('app_bottom.php');
    			}
    }
    		?>

     

  2. 4 minutes ago, polirom said:

    Don't explain me well or you didn't understand me well.
    I go to Downloads, but the downloads that do not have VMSAcars after installation.
    The available downloads are:
    - v7.0.0-beta does not install the VMSAcars module
    - v7.0.0-alpha1 does not install the VMSAcars module
    - v7.0.0-alpha1 does not install the VMSAcars module

    There is no VMSAcars Module in the default phpvms 7 setup 

    Do you have a link where i can download the VMSAcars so i can have a look at what you mean because i think you confused your self somewhere 

×
×
  • Create New...