Styling the page list block
Permalink
Hi
i'm trying to folow the 'Styling the page list block' howto but i'm stuck at the beginning:
Copy the file concrete/blocks/page_list/view.php into the new directory and rename it to something appropriate for your installation
What does this mean, is there a convention for renaming the file because when i make the div to put a box around my page list item this doesn't work
I put the css part in my main.css in my theme folder, is this correct?
thanx
Marco
i'm trying to folow the 'Styling the page list block' howto but i'm stuck at the beginning:
Copy the file concrete/blocks/page_list/view.php into the new directory and rename it to something appropriate for your installation
What does this mean, is there a convention for renaming the file because when i make the div to put a box around my page list item this doesn't work
I put the css part in my main.css in my theme folder, is this correct?
thanx
Marco
Yup you can use your main CSS file. With the view file, as you've probably work out by the sounds of it, you need to copy it to /blocks/page_list/templates/
You can then amend / add as required and then assign the new template to the block on your page.
You can then amend / add as required and then assign the new template to the block on your page.
learning new things every day - hour - minute :-)