If you install a custom CSS theme for your Scripto project to match the theme you're using for your Omeka site (let's say the site is called "writings"), most pages turn out as expected: for example, "https://mysite.com/scripto/s/writings/1/1/item" and "https://mysite.com/scripto/1/item" will essentially return the same content with different CSS formatting. In the unthemed version of Scripto, it's possible to access a page which lists all the projects which are part of the Scripto installation, at "https://mysite.com/scripto/project". Trying to access the same page in the custom-themed version (i.e., "https://mysite.com/scripto/s/writings/project") generates a "Page not found" response. Just wondering if this is deliberate or if there's a way to make it possible to generate a page to view all Scripto projects when using a custom theme.