[Radiant] extensions
Sean Cribbs
seancribbs at gmail.com
Wed Jul 11 14:43:40 CDT 2007
It depends on which way you have Radiant installed for the given
site/project/instance.
1) If you checked it directly out of the repository,
app/views/admin/page/index.rhtml
2) If you 'froze' it into vendor/radiant,
vendor/radiant/app/views/admin/page/index.rhtml
3) If you are running from the gem,
...ruby/gems/1.8/gems/radiant-0.6.x/app/views/admin/page/index.rhtml
4) If you have an extension that overrides it,
vendor/extensions/extension_name/app/views/admin/page/index.rhtml
I can tell you with certainty that it's most likely 2 or 3. If you
installed something like the reorder or copy-move extensions, it's
probably 4. Hope that helps!
Sean
Keymone wrote:
> hello
>
> i'm looking at /admin/pages
> does anybody know what view is currently used for
> that page?
>
> /app/view/admin/page/index.rhtml ?
> /vendor/radiant/.../index.rhtml ?
> /vendor/extension/extension[1..1000]/.../index.rhtml ?
> /radiant_gem_folder/.../index.rhtml ?
>
> did somebody made translation for radiant admin part?
>
>
More information about the Radiant
mailing list