Changeset 742
- Timestamp:
- 01/03/09 12:48:46 (1 year ago)
- Files:
-
- 0.5/apps/default/views/bienvenida.phtml (modified) (1 diff)
- 0.5/apps/default/views/index.phtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
0.5/apps/default/views/bienvenida.phtml
r628 r742 2 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es"> 3 3 <head> 4 <meta http-equiv='Content-type' content='text/html; charset=<?= Kumbia::get_active_app_charset()?>' />4 <meta http-equiv='Content-type' content='text/html; charset=<?=APP_CHARSET?>' /> 5 5 <title>Kumbia PHP Framework</title> 6 6 <style type="text/css"> 0.5/apps/default/views/index.phtml
r659 r742 2 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 3 <head> 4 <meta http-equiv='Content-type' content='text/html; charset=<?= Kumbia::get_active_app_charset()?>' />4 <meta http-equiv='Content-type' content='text/html; charset=<?= APP_CHARSET ?>' /> 5 5 <title>Kumbia PHP Framework</title> 6 6 <?= stylesheet_link_tag('style', 'use_variables: true') ?>