Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // custom css add for SMOF
- <!--custom css-->
- <?php global $data; ?>
- <?php if($data['custom-css']): ?>
- <style type="text/css">
- <?php echo $data['custom-css']; ?>
- </style>
- <?php endif;?>
- // custom css
- $of_options[] = array( "name" => "Custom Css",
- "type" => "heading"
- );
- $of_options[] = array( "name" => "Custom CSS",
- "desc" => "Quickly add some CSS to your theme by adding it to this block.",
- "id" => "custom-css",
- "std" => "",
- "type" => "textarea"
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement