Hello,
I find the module page copier very useful in many ways.
Is it possible to get a certein code snippet I can just insert into a template I'm making, so that I won't be needing declaring on each page where I want to copy the content.
For example, instead of page_content(num); I could use something like (pasted from page copier module)
$database->query("INSERT INTO ".TABLE_PREFIX."mod_page_copier (page_id,section_id) VALUES ('$page_id','$section_id')");
But instead of "section_id" there would be a default page, like "copier".
In other words I want to embed a piece of code into my template that will copy code from a page named "test" so each time I create a new page I won't be needing to worry about adding section it will do the work automatically. In such way I can create manual menus from images that will be shown on every page, but it's a bit unconvenient copying content if I have a 100 pages website

Hope that someone can help me out with this.
Thanks.