/**
  * Get the url to retrieve the css
  *
  * @return string
  */
 public function get_css_url()
 {
     $time = $this->db_adapter->get_data_from_config(self::GET_VARIBALE_NAME);
     //		return $this->template_adapter->get_site_url() . "/?" . self::GET_VARIBALE_NAME . "=$time";
     //todo: fix... hacked this to point to generated file!
     return $this->template_adapter->get_site_url() . "/wp-content/themes-ai1ec/vortex/style.css";
 }
 /**
  * Get the url to retrieve the css
  *
  * @return string
  */
 public function get_css_url()
 {
     $time = $this->db_adapter->get_data_from_config(self::GET_VARIBALE_NAME);
     return $this->template_adapter->get_site_url() . "/?" . self::GET_VARIBALE_NAME . "={$time}";
 }