//main class definition...
    class c_simple_texts_main
    {
        //class variables...
        var $css_clas_prefix;
        
        //class constructor...
        function c_simple_texts_main()
        {
            //setting css class frefix...
            $this->css_class_prefix = "edc_simle_text";
        }
        
        function simple_text_drop( $a_file_name )
        {
        
            $file_path = "edc_user_data/dat_texts/".$a_file_name;
            file_exists( $file_path ) ? $file = fopen( $file_path, "r" ) : $file = fopen( $file_path, "w" );
            $text = fread( $file, filesize( $file_path ) +1 );
            if( !$text ) $text = _EMPTY_;
            if( !$_SESSION["admin_logged"] )
            {
                print( "\n\t" );
                print( "\n\t".$text."" );
                print( "\n\t\n" );
            }else{
                print( "\n\t" );
                print( "\n\t
".$text."
" );
                print( "\n\tcss_class_prefix."_edit_button\">
Sądecka Grupa Producentów Owoców i Warzyw Olsad - sprzedaż owoców i warzyw - Nowy Sącz 
	
		
		
		
			
			
			
			
			
			
				
					
						
						
						
						
						
						
						
						
						
						
						
						
						 
					
					
					
						
							
								Kontakt 
								Fatal error :  Uncaught Error: Call to undefined function edc_simple_text() in /home/hosting127/public_html/kontakt-de.php:68
Stack trace:
#0 {main}
  thrown in /home/hosting127/public_html/kontakt-de.php  on line 68