Skip to content

Instantly share code, notes, and snippets.

@shannah
Created April 12, 2014 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shannah/10543224 to your computer and use it in GitHub Desktop.
Save shannah/10543224 to your computer and use it in GitHub Desktop.
Adding a custom stylesheet to xataface app
<?php
class conf_ApplicationDelegate {
function beforeHandleRequest(){
Dataface_Application::getInstance()
->addHeadContent('<link rel="stylesheet" type="text/css" href="style.css"/>');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment