How far can we go?
| Xerora |
|
|---|---|
|
I didn't really dig through the thread, but as far as the setup file, I suggest it being an xml file. It seems much cleaner and easier than nesting a load of arrays.
<?xml version="1.0" encoding="UTF-8" ?>
<setup version="1.0">
<information>
<type>module</type>
<code>gallery</code>
<name>Gallery</name>
</information>
<hooks>
<hook location="standalone" file="photos" order="1" />
<hook location="main.first" file="loader" order="2" />
</hooks>
</setup> |