Skip to content

Instantly share code, notes, and snippets.

@ronildo
Created May 15, 2012 18:39
Show Gist options
  • Save ronildo/2704058 to your computer and use it in GitHub Desktop.
Save ronildo/2704058 to your computer and use it in GitHub Desktop.
Adding Pagination.css to your template.
Between the tags <head> and </head> add the following code:
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/pagination.css" type="text/css" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment