Skip to content

Instantly share code, notes, and snippets.

@dimkalinux
Created July 20, 2011 08:10
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 dimkalinux/1094557 to your computer and use it in GitHub Desktop.
Save dimkalinux/1094557 to your computer and use it in GitHub Desktop.
Include inline CSS in PunBB 1.4 extensions
<?php
// Just include inline CSS in page
$forum_loader->add_css('.fancy-addthis-post { display: none; }', array('type' => 'inline'));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment